External Interfaces/API Reference |
Read full mxArray
s
from 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 = engGetVariable(ep, name) m = mxGetM(mp) n = mxGetN(mp) pr = mxGetPr(mp) pi = mxGetPi(mp) mxDestroyArray(mp)
See Also
engGetVariable
, mxGetM
, mxGetN
, mxGetPr
, mxGetPi
, mxDestroyArray
engGetArray (Obsolete) | engGetMatrix (Obsolete) |