Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = string({'I','love','MATLAB'});
y_correct = {'I','love','MATLAB'};
assert(isequal(str2cell(x),y_correct))
|
2 | Pass |
x = string({'I','love','MATLAB';'I','love','Cody'});
y_correct = {'I','love','MATLAB'
'I','love','Cody'};
assert(isequal(str2cell(x),y_correct))
|
3111 Solvers
Get the area codes from a list of phone numbers
532 Solvers
184 Solvers
326 Solvers
Calculate Amount of Cake Frosting
7479 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!