Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1 4 9];
assert(isequal(your_fcn_name(x),y_correct))
|
Get the length of a given vector
3560 Solvers
321 Solvers
Area of an equilateral triangle
2759 Solvers
78 Solvers
62 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!