upper
Convert a string to uppercase
Syntax
Description
newStr = upper(
converts the lowercase
characters in str
)str
to uppercase characters and leaves all other characters
unchanged.
Note
Only Stateflow® charts that use MATLAB® as the action language support the upper
operator.
Examples
Limitations
This operator does not support structures. For more information about structures in Stateflow, see Access Bus Signals Through Stateflow Structures.