Check if each first letter of a string is a capital letter. for example: 'This Is Ok' gives a true answer and 'This Is not Ok' gives false
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers44
Suggested Problems
-
Find the largest value in the 3D matrix
1682 Solvers
-
07 - Common functions and indexing 6
468 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
401 Solvers
-
319 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
361 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I added more test cases.