MATLAB Application Program Interface Reference | Help Desk |
engGetFull (Obsolete)
This function is obsolete; it should not appear in a MATLAB 5 program. To use this function, use the-V4
option of the mex
script.
In MATLAB 5 MEX-files you should call
engGetArray followed by appropriateinstead ofmxGet
routines (mxGetM
,mxGetN
,mxGetPr
,mxGetPi
)
#include "engine.h" int engGetFull( Engine *ep, char *name, int *m, int *n, double **pr, double **pi );
engGetArray
and examples in the eng_mat subdirectory of the examples directory