Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
|
Remove any row in which a NaN appears
6827 Solvers
Make a run-length companion vector
512 Solvers
284 Solvers
Create an n-by-n null matrix and fill with ones certain positions
269 Solvers
492 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!