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))
|
584 Solvers
Sum the 'edge' values of a matrix
232 Solvers
1173 Solvers
1160 Solvers
2633 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!