Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 8 9 2];
y_correct = [3 10 11 4];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = [1 11 19 21];
y_correct = [3 13 21 23];
assert(isequal(your_fcn_name(x),y_correct))%%
x = [30 63 12 2];
y_correct = [32 65 14 4];
assert(isequal(your_fcn_name(x),y_correct))
|
413 Solvers
Calculate the derivative of a polynomial
168 Solvers
Put Two 1D matrices into one 1D matrix
110 Solvers
413 Solvers
191 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!