Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 7;
y_correct = 354;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 12;
y_correct = 1739;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
%%
x = 21;
y_correct = 9272;
assert(isequal(your_fcn_name(x),y_correct))
|
4 | Pass |
%%
x = 35;
y_correct = 42886;
assert(isequal(your_fcn_name(x),y_correct))
|
Return the largest number that is adjacent to a zero
3751 Solvers
Find all elements less than 0 or greater than 10 and replace them with NaN
13053 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
find the roots of a quadratic equation
168 Solvers
141 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!