Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y_correct = 2;
assert(isequal(your_fcn_name(x),y_correct))
y =
2
|
2 | Pass |
x = 81;
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
y =
9
|
1900 Solvers
15294 Solvers
613 Solvers
2334 Solvers
264 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!