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))
|
2 | Pass |
%%
x=1203;
y_correct = 4;
assert(isequal(HowManyDigits(x),y_correct))
|
Return a list sorted by number of occurrences
1504 Solvers
Omit columns averages from a matrix
527 Solvers
495 Solvers
188 Solvers
406 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!