External Interfaces Reference |
Write full mxArray
s
into MAT-files
Description
This API function is obsolete and is not supported in MATLAB 6.1 or later. This function may not be available in a future version of MATLAB.
pm = mxCreateDoubleMatrix(m, n, 1) mxSetPr(pm, pr) mxSetPi(pm, pi) matPutVariable(mfp, name, pm) mxDestroyArray(pm)
See Also
mxCreateDoubleMatrix
, mxSetName (Obsolete)
, mxSetPr
, mxSetPi
, matPutVariable
, mxDestroyArray
matPutArrayAsGlobal (Obsolete) | matPutMatrix (Obsolete) |
© 1994-2005 The MathWorks, Inc.