upper - Convert strings to uppercase - MATLAB (original) (raw)
Tall Arrays
Calculate with arrays that have more rows than fit in memory.
Theupper
function fully supports tall arrays. For more information, see Tall Arrays.
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Usage notes and limitations:
- Input array must be a string scalar or a character array.
- Input values must be in the range 0–127.
Thread-Based Environment
Run code in the background using MATLAB® backgroundPool
or accelerate code with Parallel Computing Toolbox™ ThreadPool
.
Distributed Arrays
Partition large arrays across the combined memory of your cluster using Parallel Computing Toolbox™.