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
ans =
-1 1 1 2 3
|
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
270 Solvers
Determine if input is divisible by three.
162 Solvers
142 Solvers
67 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!