C Math Library Reference | ![]() ![]() |
C Prototype
mxArray *mlfRot90(mxArray *A, mxArray *k);
C Syntax
#include "matlab.h" mxArray *A; /* Required input argument(s) */ mxArray *k; /* Optional input argument(s) */ mxArray *B = NULL; /* Return value */ mlfAssign(&B, mlfRot90(A,NULL)); mlfAssign(&B, mlfRot90(A,k));
MATLAB Syntax
B = rot90(A) B = rot90(A,k)
See Also
rot90
Calling Conventions![]() | mlfRosser | mlfRound | ![]() |