Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = {'apples' 'oranges' 'pears' 'salmon'};
y_correct = 'apples, oranges, pears and salmon.';
assert(isequal(make_list(x),y_correct))
|
2 | Pass |
%%
x = {'1' '23' '4' 'potatoes'};
y_correct = '1, 23, 4 and potatoes.';
assert(isequal(make_list(x),y_correct))
|
Swap the first and last columns
12409 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
Getting the row and column location from a matrix
236 Solvers
309 Solvers
Simple equation: Annual salary
3779 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!