| C++ Math Library Reference | ![]() |
C++ Prototype
mwArray upper(const mwArray &str);
C++ Syntax
#include "matlab.hpp"
mwArray str; // String array(s)
mwArray t; // Return value
t = upper(str);
MATLAB Syntax
t = upper('str')
See Also
upper Calling Conventions | unwrap | vander | ![]() |