C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray cross(const mwArray &U, const mwArray &V); mwArray cross(const mwArray &U, const mwArray &V, const mwArray &dim);
C++ Syntax
#include "matlab.hpp" mwArray U, V, dim; // Input argument(s) mwArray W; // Return value W = cross(U,V); W = cross(U,V,dim);
MATLAB Syntax
W = cross(U,V) W = cross(U,V,dim)
See Also
cross
Calling Conventions![]() | cplxpair | csc, csch | ![]() |