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.

horzcat<br />

0horzcat<br />

Purpose Horizontal concatenation<br />

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

196<br />

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

mwArray R; // Return value<br />

R = horzcat(A);<br />

R = horzcat(A,B);<br />

R = horzcat(A,B,C,...);<br />

[A,B,C...]<br />

horzcat(A,B,C...)<br />

See Also Calling Conventions

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

Saved successfully!

Ooh no, something went wrong!