Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -1:1:3
y_correct = [-1 1 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
x =
-1 0 1 2 3
|
Area of an equilateral triangle
2760 Solvers
Find out total non zero element of matrix
193 Solvers
261 Solvers
130 Solvers
62 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!