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))
|
1836 Solvers
Convert a vector into a number
503 Solvers
214 Solvers
157 Solvers
find whether it is prime or not
97 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!