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))
|
3074 Solvers
Return the 3n+1 sequence for n
6167 Solvers
583 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!