Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 250;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 16;
assert(isequal(your_fcn_name(x),y_correct))
|
Sort a list of complex numbers based on far they are from the origin.
4326 Solvers
235 Solvers
Omit columns averages from a matrix
527 Solvers
284 Solvers
3062 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!