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))
|
3239 Solvers
312 Solvers
348 Solvers
452 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!