Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 4; 6 12];
y_correct = 6;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [2 4; 6 8]
y_correct = 5;
assert(isequal(your_fcn_name(x),y_correct))
x =
2 4
6 8
|
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
Find out total non zero element of matrix
193 Solvers
289 Solvers
129 Solvers
121 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!