Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [0,1,2,3,4];
y_correct = [4,3,2,1,0];
assert(isequal(desSort(x),y_correct))
|
What is the next step in Conway's Life?
639 Solvers
Get the area codes from a list of phone numbers
532 Solvers
Who has power to do everything in this world?
318 Solvers
321 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!