| MATLAB C++ Math Library | Search  Help Desk |
| lower | See Also |
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