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
|
198 Solvers
206 Solvers
middleAsColumn: Return all but first and last element as a column vector
317 Solvers
Change the sign of even index entries of the reversed vector
214 Solvers
812 Solvers