Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [7 10 6 4];
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
ans =
9
|
2 | Pass |
%%
x = [1 2 3 2];
y_correct = 3;
assert(isequal(your_fcn_name(x),y_correct))
ans =
3
|
3 | Pass |
%%
x = -5:5:30;
y_correct = 35;
assert(isequal(your_fcn_name(x),y_correct))
ans =
35
|
4 | Pass |
%%
x = [45 -16 34 19 120];
y_correct = 227;
assert(isequal(your_fcn_name(x),y_correct))
ans =
227
|
9867 Solvers
Remove the polynomials that have positive real elements of their roots.
629 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
Back to basics 8 - Matrix Diagonals
781 Solvers
Flag largest magnitude swings as they occur
582 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!