Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y_correct = 1;
assert(isequal(only_input(x),y_correct))
|
2 | Pass |
%%
x = 127;
y_correct = 127;
assert(isequal(only_input(x),y_correct))
|
3418 Solvers
Sort a list of complex numbers based on far they are from the origin.
3794 Solvers
Create an index-powered vector
233 Solvers
403 Solvers
07 - Common functions and indexing 4
259 Solvers