Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [6 5 3 4];
y_correct = [18 10 3];
assert(isequal(diff_poly(x),y_correct))
|
2 | Pass |
%%
x = [6 5 3 4];
y_correct = [18 10 3];
assert(isequal(diff_poly(x),y_correct))
|
1261 Solvers
309 Solvers
177 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Check that number is whole number
1070 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!