Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 9 0 7 4];
y_correct = 0;
assert(isequal(mat_palin(x),y_correct))
|
2 | Pass |
%%
x = [-2 9 0 9 -2];
y_correct = 1;
assert(isequal(mat_palin(x),y_correct))
|
4596 Solvers
3892 Solvers
280 Solvers
Who has power to do everything in this world?
318 Solvers
Create a two dimensional zero matrix
354 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!