Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=1;
y_correct = 2;
assert(isequal(length_of_vector(x),y_correct))
|
2 | Pass |
x=[1 2 3];
y_correct = 6;
assert(isequal(length_of_vector(x),y_correct))
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
858 Solvers
348 Solvers
232 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!