Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y_correct = 28.2744;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 12.5664;
assert(isequal(your_fcn_name(x),y_correct))
|
2197 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
260 Solvers
521 Solvers
Check that number is whole number
1070 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!