C++ Math Library Reference | ![]() ![]() |
Form blank padded character matrix from strings
C++ Prototype
mwArray str2mat(const mwVarargin &in1, const mwArray &in2=mwArray::DIN, . . . const mwArray &in32=mwArray::DIN);
C++ Syntax
#include "matlab.hpp" mwArray s1, s2, s3; // Input argument(s) mwArray R; // Return value R = str2mat(s1); R = str2mat(s1,s2); R = str2mat(s1,s2,s3,...);
MATLAB Syntax
t = str2mat(s1,s2,s3,...)
See Also
str2mat
Calling Conventions![]() | str2double | str2num | ![]() |