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
|
1421 Solvers
Arrange Vector in descending order
4075 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
07 - Common functions and indexing 5
314 Solvers
The answer to life the universe and everything
51 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!