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))
|
196 Solvers
897 Solvers
Getting the indices from a vector
1445 Solvers
145 Solvers
204 Solvers