Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 250;
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
|
2 | Pass |
x = 2;
y_correct = 16;
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
|
54320 Solvers
320 Solvers
450 Solvers
224 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!