Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 123;
x_correct = [1 2 3];
assert(isequal(int2vec(x),x_correct))
|
2 | Pass |
x = 56409;
x_correct = [5 6 4 0 9];
assert(isequal(int2vec(x),x_correct))
|
3 | Pass |
x = 1000;
x_correct = [1 0 0 0];
assert(isequal(int2vec(x),x_correct))
|
Remove all the words that end with "ain"
1292 Solvers
Find state names that start with the letter N
598 Solvers
Convert a numerical matrix into a cell array of strings
455 Solvers
219 Solvers
Do Fast Fourier Transformation
221 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!