Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -3;
y_correct = 101;
assert(isequal(quad1(x),y_correct))
y =
101
|
2 | Pass |
x = 5;
y_correct = 285;
assert(isequal(quad1(x),y_correct))
y =
285
|
Back to basics 19 - character types
225 Solvers
Return elements unique to either input
550 Solvers
462 Solvers
353 Solvers
Percentage of zeros in a matrix of only 1s and 0s
44 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!