<< tolower | String type |
res = toupper(str) |
a row character array, a cell of strings or an string array.
a string upper case
toupper('NelSon')
upper(["NelSon", "is", "open"])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET