External Interfaces/API Reference | ![]() ![]() |
Fortran Syntax
integer*4 function mxGetM(pm) integer*4 pm
Arguments
pm
Pointer to an mxArray
.
Returns
The number of rows in the mxArray
to which pm
points.
Description
mxGetM
returns the number of rows in the specified array.
See Also
![]() | mxGetJc | mxGetN | ![]() |