In this case you can pass only one argument. ;-)
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 3 4;5 6 7 8];
B_correct = [1 2 3 4 1 2 3 4;5 6 7 8 5 6 7 8;1 2 3 4 1 2 3 4;5 6 7 8 5 6 7 8];
assert(isequal(your_fcn_name(x),B_correct))
|
Back to basics 21 - Matrix replicating
1052 Solvers
365 Solvers
07 - Common functions and indexing 4
319 Solvers
184 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!