Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = eye(3);
y_correct = [0 0 1; 0 1 0; 1 0 0];;
assert(isequal(your_fcn_name(x),y_correct))
|
516 Solvers
412 Solvers
348 Solvers
286 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!