Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 7;
y_correct = 25;
assert(isequal(mmi(x),y_correct))
|
2 | Pass |
x = 11;
y_correct = 61;
assert(isequal(mmi(x),y_correct))
|
Remove any row in which a NaN appears
6827 Solvers
464 Solvers
277 Solvers
413 Solvers
227 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!