Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [0,1,2];
y_correct = [0,0,0;1,1,1;2,2,2];
assert(isequal(your_fcn_name(x),y_correct))
|
Create a square matrix of multiples
383 Solvers
464 Solvers
669 Solvers
420 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!