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))
|
163 Solvers
Getting the absolute index from a matrix
211 Solvers
484 Solvers
Finding perimeter of a rectangle
278 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!