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))
|
965 Solvers
340 Solvers
Returning a "greater than" vector
188 Solvers
509 Solvers
274 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!