MATLAB Application Program Interface Reference | Help Desk |
matPutFull (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 you should call
mxCreateDoubleMatrix and matPutArrayinstead of
int matPutFull( MATFile *mfp, char *name, int m, int n, double *pr, double *pi );
mxCreateDoubleMatrix
, matPutArray