res = toupper(str)
| Parameter | Description |
|---|---|
| str | a row character array, a cell of strings or an string array. |
| Parameter | Description |
|---|---|
| res | a string upper case |
toupper converts a string to upper case.
toupper('NelSon')
upper(["NelSon", "is", "open"])
| Version | Description |
|---|---|
| 1.0.0 | initial version |