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))
|
Find the peak 3n+1 sequence value
1107 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
351 Solvers
Remove white space from the string
168 Solvers
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!