MATLAB Functions Help Desk

upper

Purpose

Convert string to upper case

Syntax

Description

t = upper('str') converts any lower-case characters in the string str to the corresponding upper-case characters and leaves all other characters unchanged.

Examples

upper('attention!') is ATTENTION!.

Remarks

Character sets supported:

See Also

lower       Convert string to lower case



[ Previous | Help Desk | Next ]