int mxGetM(pm) Matrix *pm;int mxGetN(pm) Matrix *pm;void mxSetM(pm,m) Matrix *pm;int m; void mxSetN(pm,n) Matrix *pm;int n;
integer*4 function mxGetM(pm)integer*4 function mxGetN(pm)subroutine mxSetM(pm,m) subroutine mxSetN(pm,n) integer*4 pm, m, n
mnpmmxGet routines return the dimensions; the mxSet routines set them in the specified Matrix.(c) Copyright 1994 by The MathWorks, Inc.