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))
ans =
0 0 0
1 1 1
2 2 2
|
Return unique values without sorting
588 Solvers
464 Solvers
725 Solvers
Create a Multiplication table matrix...
283 Solvers
413 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!