Problema


Metamorphosis
Inspired by problem <http://www.mathworks.com/matlabcentral/cody/problems/866-community-problem-500 866>. Can you make your c...

quasi 11 anni fa | 5 | 19 risolutori

Risolto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


Add two numbers
Add two numbers (For beginners)

quasi 11 anni fa

Risolto


Hackathon: the beginnings
I am thinking of a number between 1 and 10000... can you guess what this number is? *Description* The test suite has rando...

quasi 11 anni fa

Risolto


Now!
I said now!

quasi 11 anni fa

Risolto


The sum of individual numbers...
Well this one is taking a number and then summing the individual parts till you reach a value of 1, 2, 3, 4, 5, 6, 7, 8, 9, or 0...

quasi 11 anni fa

Inviato


Fancy Graphs
This is a very simple script aimed at improving the readability of plots.

circa 12 anni fa | 1 download |

Thumbnail

Inviato


Fancy DualGraphs
Create double axis to use with matlab plotting tools, and automatically draw markers.

circa 12 anni fa | 2 download |

Thumbnail

Risolto


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...

circa 12 anni fa

Risolto


Function composition - harder
Write a function that accepts an arbitrary number of function handles f_1, f_2, ..., f_n and returns the composition h. That is,...

circa 12 anni fa