C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray rot90(const mwArray &A); mwArray rot90(const mwArray &A, const mwArray &k);
C++ Syntax
#include "matlab.hpp" mwArray A, k; // Input argument(s) mwArray B; // Return value B = rot90(A); B = rot90(A,k);
MATLAB Syntax
B = rot90(A) B = rot90(A,k)
See Also
rot90
Calling Conventions![]() | rosser | round | ![]() |