Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 3 4 5 6 7;1 2 3 4 5 6 7];
y_correct = [1;1;2;2;3;3;4;4;5;5;6;6;7;7]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
1
1
2
2
3
3
4
4
5
5
6
6
7
7
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Create a Multiplication table matrix...
283 Solvers
Determine the number of odd integers in a vector
435 Solvers
236 Solvers
Find the Oldest Person in a Room
5119 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!