C++ Math Library Reference | ![]() ![]() |
Vertical concatenation of strings
C++ Prototype
mwArray strvcat(const mwVarargin &in1, const mwArray &in2=mwArray::DIN, . . . const mwArray &in32=mwArray::DIN);
C++ Syntax
#include "matlab.hpp" mwArray t1, t2, t3; // Input argument(s) mwArray S; // Return value S = strvcat(t1,t2); S = strvcat(t1,t2,t3,...);
MATLAB Syntax
S = strvcat(t1,t2,t3,...)
See Also
strvcat
Calling Conventions![]() | struct2cell | sub2ind | ![]() |