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))
|
985 Solvers
Replace NaNs with the number that appears to its left in the row.
1710 Solvers
244 Solvers
Matlab Basics II - Create a vector with a repeated entry
137 Solvers
93 Solvers