| MATLAB® | ![]() |
t = upper('str')
B = upper(A)
t = upper('str') converts any lowercase characters in the string str to the corresponding uppercase characters and leaves all other characters unchanged.
B = upper(A) when A is a cell array of strings, returns a cell array the same size as A containing the result of applying upper to each string within A.
upper('attention!') is ATTENTION!.
Character sets supported:
PC: Windows Latin-1
Other: ISO Latin-1 (ISO 8859-1)
![]() | unzip | urlread | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |