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 Solvers53
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15817 Solvers
-
21764 Solvers
-
Project Euler: Problem 5, Smallest multiple
1677 Solvers
-
Duplicate each element of a vector.
639 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
264 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.