23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

cellhcat<br />

0cellhcat<br />

Purpose Horizontally concatenate cell arrays; replacement for <strong>MATLAB</strong> cell concatenation<br />

operator ({ })<br />

<strong>C++</strong> Prototype mwArray cellhcat(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 />

62<br />

mwArray A, B, C; // Input argument(s)<br />

mwArray D; // Return value<br />

D = cellhcat(A,B);<br />

D = cellhcat(A,B,C);<br />

.<br />

.<br />

.<br />

D = { A B };<br />

D = { A B C };<br />

See Also <strong>MATLAB</strong> Special Characters Calling Conventions

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

Saved successfully!

Ooh no, something went wrong!