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