Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1:5;
y_correct = 5;
a = your_fcn_name(x);
assert(isequal(a.a5,y_correct))
y =
struct with no fields.
y =
struct with fields:
a5: 5
|
Sort a list of complex numbers based on far they are from the origin.
4326 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
124 Solvers
Find the Nth Root of a Given Number
187 Solvers
Determine point is located in a circle or not
73 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!