Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
y =
324.4006
|
2 | Fail |
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
y =
458.3921
|
1262 Solvers
620 Solvers
669 Solvers
2316 Solvers
Deleting an element in a matrix
325 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!