Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 6 9; 3 2 8; 6 7 11];
y_correct = 11;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [3 8; 4 2];
y_correct = 8;
assert(isequal(your_fcn_name(x),y_correct))
|
232 Solvers
Back to basics 3 - Temp Directory
328 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
07 - Common functions and indexing 5
314 Solvers
Rounding off numbers to n decimals
1050 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!