Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -3;
y_correct = 101;
assert(isequal(quad1(x),y_correct))
|
2 | Pass |
x = 5;
y_correct = 285;
assert(isequal(quad1(x),y_correct))
|
Return the largest number that is adjacent to a zero
3751 Solvers
698 Solvers
2315 Solvers
Determine the length of a string of characters
172 Solvers
77 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!