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