Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 55;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 500;
y_correct = 550;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 100;
y_correct = 110;
assert(isequal(your_fcn_name(x),y_correct))
|
483 Solvers
314 Solvers
07 - Common functions and indexing 2
316 Solvers
376 Solvers
664 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!