This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
str = 'This is a Test Case';
ans_corr = [3 12];
assert(isequal(counter_ul(str),ans_corr))
|
2 | Pass |
str = 'RandoM';
ans_corr = [2 4];
assert(isequal(counter_ul(str),ans_corr))
|
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
436 Solvers
420 Solvers
07 - Common functions and indexing 4
319 Solvers
158 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!