External Interfaces/API Reference |
Write full mxArray
s
into the workspace of an engine
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.
mp = mxCreateDoubleMatrix(m, n, 1) mxSetPr(mp, pr) mxSetPi(mp, pi) engPutVariable(ep, name, mp) mxDestroyArray(mp)
See Also
engPutVariable
, mxCreateDoubleMatrix
, mxSetPr
, mxSetPi
, mxDestroyArray
engPutArray (Obsolete) | engPutMatrix (Obsolete) |