Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
m = 7;
n = 10;
y_correct = 26;
assert(isequal(sum(sum(your_fcn_name(m,n))),y_correct))
|
2 | Pass |
m = 5;
n = 10;
y_correct = 17;
assert(isequal(sum(sum(your_fcn_name(m,n))),y_correct))
|
3 | Pass |
m = 9;
n = 6;
y_correct = 19;
assert(isequal(sum(sum(your_fcn_name(m,n))),y_correct))
|
2486 Solvers
201 Solvers
Convert a numerical matrix into a cell array of strings
455 Solvers
Reverse the elements of an array
687 Solvers
Output any real number that is neither positive nor negative
316 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!