Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
y =
325.3182
|
2 | Fail |
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
y =
459.6888
|
192 Solvers
Back to basics 4 - Search Path
322 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
Number of odd and even elements within matrix
124 Solvers
492 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!