Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'hello';
y_correct = 5;
assert(isequal(length_of_string(x),y_correct))
|
2 | Pass |
%%
x = 'world!';
y_correct = 6;
assert(isequal(length_of_string(x),y_correct))
|
Increment a number, given its digits
562 Solvers
306 Solvers
348 Solvers
middleAsColumn: Return all but first and last element as a column vector
387 Solvers
376 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!