C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray toeplitz(const mwArray &c, const mwArray &r); mwArray toeplitz(const mwArray &r);
C++ Syntax
#include "matlab.hpp" mwArray c, r; // Input argument(s) mwArray T; // Return value T = toeplitz(c,r); T = toeplitz(r);
MATLAB Syntax
T = toeplitz(c,r) T = toeplitz(r)
See Also
toeplitz
Calling Conventions![]() | tobool | trace | ![]() |