External Interfaces Reference |
Create mxArray
from component parts in Fortran workspace
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) mexPutVariable("caller", name, pm)
See Also
mxCreateDoubleMatrix
, mxSetName (Obsolete)
, mxSetPr
, mxSetPi
, mexPutVariable
mexPutArray (Obsolete) | mexPutMatrix (Obsolete) |
© 1994-2005 The MathWorks, Inc.