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))
|
2 | Pass |
x = 'world!';
y_correct = 6;
assert(isequal(length_of_string(x),y_correct))
|
465 Solvers
Set the array elements whose value is 13 to 0
749 Solvers
Getting the indices from a matrice
265 Solvers
Basics: Divide integers to get integer outputs in all cases
92 Solvers
Replace every 3rd element in a vector with 4
121 Solvers