This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 101;
y_correct = 3;
assert(isequal(HowManyDigits(x),y_correct))
out =
3
|
2 | Pass |
%%
x=1203;
y_correct = 4;
assert(isequal(HowManyDigits(x),y_correct))
out =
4
|
Remove all the words that end with "ain"
1292 Solvers
Switch matrix to a column vector
260 Solvers
184 Solvers
373 Solvers
217 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!