23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

str2mat<br />

0str2mat<br />

Purpose Form blank padded character matrix from strings<br />

<strong>C++</strong> Prototype mwArray str2mat(const mwVarargin &in1,<br />

const mwArray &in2=mwArray::DIN,<br />

.<br />

.<br />

.<br />

const mwArray &in32=mwArray::DIN);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

367<br />

mwArray s1, s2, s3; // Input argument(s)<br />

mwArray R; // Return value<br />

R = str2mat(s1);<br />

R = str2mat(s1,s2);<br />

R = str2mat(s1,s2,s3,...);<br />

t = str2mat(s1,s2,s3,...)<br />

See Also <strong>MATLAB</strong> str2mat Calling Conventions

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!