t = upper('str')
t = upper('str') converts any lowercase characters in the string str to the corresponding uppercase characters and leaves all other characters unchanged.
upper('attention!') is 'ATTENTION!'.
'a':'z' are incremented by 'A'-'a'.
isstr,lower,strcmp
(c) Copyright 1994 by The MathWorks, Inc.