Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
|
381 Solvers
434 Solvers
136 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
379 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!