strupperΒΆ
strupper converts any lower case letters in the given string to upper case.
- smUpper = strupper(smString)
Return Value
smUpper is a uppercase string matrix.
Parameters
- smString
smString is a string matrix with lower case letters which should be changed to uppercase.
See also
id-1130315