In a given input string, count and return the number of upper and lower case characters as u and l respectively.
For example:
in 'This is a Test Case'
ans= [u,l]= [3,12]
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers56
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2821 Solvers
-
997 Solvers
-
Check if number exists in vector
14483 Solvers
-
1784 Solvers
-
Compute LOG(1+X) in natural log
264 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.