Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
y =
323.9437
|
2 | Fail |
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
y =
457.7465
|
Swap the first and last columns
12414 Solvers
163 Solvers
483 Solvers
122 Solvers
264 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!