Michael - MATLAB Central
photo

Michael

Last seen: 21 days ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
CodyMATLAB AnswersThingSpeakZoom OutFrom 03/11 to 05/25Use left and right arrows to move selectionFrom 03/11Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
12 Solutions

ThingSpeak

2 Public Channels

RANK
200,721
of 298,649

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,641

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
33,070
of 161,897

CONTRIBUTIONS
0 Problems
12 Solutions

SCORE
130

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
2 Public Channels

AVERAGE RATING
70

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

7 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

7 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

7 years ago

Channel


NEO Orderbook Bittrex
Hourly statistics of NEO Orderbook (Bid Ask sum, vol, etc.) on Bittrex

8 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 years ago

Channel


KrakenHistBook
Historical Kraken Bitcoin order book data. Captured hourly.

9 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

9 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 years ago

Answered
Segmentierung von Röntgenbildern / Segmentation of X-Ray-Pictures?
Als Startpunkt für Ideen und Ansätze würde ich die <http://www.mathworks.com/discovery/image-segmentation.html Image Segmentatio...

11 years ago | 0

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

12 years ago

Solved


Return the 'Size' of a String of Code
One of the most 'mysterious' parts of playing Cody is the sizing system. Given a string of commands, return the size that Cody w...

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

12 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

12 years ago

Answered
Generating an m-file from a simulink model for neural networks
André, as I understand you are looking for a way to generate a MATLAB file from a neural network. You can save the trained netwo...

14 years ago | 0