Keep Only the Upper characters in a string
s = 'Sreeram Mohan';
output = SM;
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers52
Suggested Problems
-
Find the peak 3n+1 sequence value
2564 Solvers
-
How to find the position of an element in a vector without using the find function
2811 Solvers
-
Arrange Vector in descending order
13163 Solvers
-
How many monitors are connected ?
157 Solvers
-
Basics: 'Find the eigenvalues of given matrix
436 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
More test cases have been added.