| External Interfaces/API Reference | ![]() |
Routine to create an mxArray from its component parts into a 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) | ![]() |