Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3
B_correct = [5 5 5]
assert(isequal(your_fcn_name(x),B_correct))
x =
3
B_correct =
5 5 5
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Getting the indices from a vector
3206 Solvers
452 Solvers
315 Solvers
302 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!