External Interfaces Reference Previous page   Next Page

C Engine Functions


engClose
Quit MATLAB engine session
engEvalString
Evaluate expression in string
engGetArray (Obsolete)
Use engGetVariable
engGetFull (Obsolete)
Use engGetVariable followed by appropriate mxGet routines
engGetMatrix (Obsolete)
Use engGetVariable
engGetVariable
Copy variable from engine workspace
engGetVisible
Determine visibility of engine session
engOpen
Start MATLAB engine session
engOpenSingleUse
Start MATLAB engine session for single, nonshared use
engOutputBuffer
Specify buffer for MATLAB output
engPutArray (Obsolete)
Use engPutVariable
engPutFull (Obsolete)
Use mxCreateDoubleMatrix and engPutVariable
engPutMatrix (Obsolete)
Use engPutVariable
engPutVariable
Put variables into engine workspace
engSetEvalCallback (Obsolete)
Function is obsolete
engSetEvalTimeout (Obsolete)
Function is obsolete
engSetVisible
Show or hide engine session
engWinInit (Obsolete)
Function is obsolete


Previous page  mexWarnMsgTxt engClose Next page

© 1994-2005 The MathWorks, Inc.