Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y_correct = 2;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 81;
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
|
9875 Solvers
3968 Solvers
All your base are belong to us
463 Solvers
Set some matrix elements to zero
290 Solvers
156 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!