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.

0toeplitz<br />

Purpose Toeplitz matrix<br />

<strong>C++</strong> Prototype mwArray toeplitz(const mwArray &c, const mwArray &r);<br />

mwArray toeplitz(const mwArray &r);<br />

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

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

Syntax<br />

mwArray c, r; // Input argument(s)<br />

mwArray T; // Return value<br />

T = toeplitz(c,r);<br />

T = toeplitz(r);<br />

T = toeplitz(c,r)<br />

T = toeplitz(r)<br />

See Also <strong>MATLAB</strong> toeplitz Calling Conventions<br />

toeplitz<br />

392

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

Saved successfully!

Ooh no, something went wrong!