MATLAB Application Program Interface Reference | Help Desk |
mxGetM
Get the number of rows
integer*4 function mxGetM(pm) integer*4 pmpm The number of rows in the
mxArray
to which pm
points.
mxGetM
returns the number of rows in the specified array.
mxGetN
, mxSetM
, mxSetN