MATLAB Functions | Help Desk |
upper
Convert string to upper case
t = upper('str')
t = upper('str')
converts any lower-case characters in the string str to the corresponding upper-case characters and leaves all other characters unchanged.
upper('attention!')
is ATTENTION!
.
Character sets supported:
lower
Convert string to lower case