Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
v = [1 2];
y_correct = [1 1; 1 2];
assert(isequal(count_to_v(v),y_correct))
|
2 | Pass |
v = [3 2];
y_correct = [1 1; 1 2; 2 1; 2 2; 3 1; 3 2];
assert(isequal(count_to_v(v),y_correct))
|
Remove all the words that end with "ain"
1292 Solvers
5832 Solvers
Remove the polynomials that have positive real elements of their roots.
629 Solvers
Calculate the Levenshtein distance between two strings
456 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!