This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'hello';
y_correct = 5;
assert(isequal(length_of_string(x),y_correct))
ans =
5
|
2 | Pass |
x = 'world!';
y_correct = 6;
assert(isequal(length_of_string(x),y_correct))
ans =
6
|
1936 Solvers
1102 Solvers
Given a 4x4 matrix, swap the two middle columns
299 Solvers
240 Solvers
380 Solvers