External Interfaces Reference Previous page   Next Page

C MEX-Functions


mexAddFlops (Obsolete)
Update MATLAB internal floating-point operations counter
mexAtExit
Register function to be called when MEX-function cleared or MATLAB terminates
mexCallMATLAB
Call MATLAB function or user-defined M-file or MEX-file
mexErrMsgIdAndTxt
Issue error message with identifier and return to MATLAB
mexErrMsgTxt
Issue error message and return to MATLAB
mexEvalString
Execute MATLAB command in caller's workspace
mexFunction
Entry point to C MEX-file
mexFunctionName
Name of current MEX-function
mexGet
Get value of Handle Graphics® property
mexGetArray (Obsolete)
Use mexGetVariable
mexGetArrayPtr (Obsolete)
Use mexGetVariablePtr
mexGetEps (Obsolete)
Use mxGetEps
mexGetFull (Obsolete)
Use mexGetVariable, mxGetM, mxGetN, mxGetPr, mxGetPi
mexGetGlobal (Obsolete)
Use mexGetVariablePtr
mexGetInf (Obsolete)
Use mxGetInf
mexGetMatrix (Obsolete)
Use mexGetVariable
mexGetMatrixPtr (Obsolete)
Use mexGetVariablePtr
mexGetNaN (Obsolete)
Use mxGetNaN
mexGetVariable
Get copy of variable from another workspace
mexGetVariablePtr
Get read-only pointer to variable from another workspace
mexIsFinite (Obsolete)
Use mxIsFinite
mexIsGlobal
Determine if mxArray has global scope
mexIsInf (Obsolete)
Use mxIsInf
mexIsLocked
Determine if MEX-file is locked
mexIsNaN (Obsolete)
Use mxIsNaN
mexLock
Prevent MEX-file from being cleared from memory
mexMakeArrayPersistent
Make mxArray persist after MEX-file completes
mexMakeMemoryPersistent
Make allocated memory persist after MEX-file completes
mexPrintf
ANSI C printf-style output routine
mexPutArray (Obsolete)
Use mexPutVariable
mexPutFull (Obsolete)
Use mxCreateDoubleMatrix, mxSetPr, mxSetPi, mexPutVariable
mexPutMatrix (Obsolete)
Use mexPutVariable
mexPutVariable
Copy mxArray from MEX-file to another workspace
mexSet
Set value of Handle Graphics property
mexSetTrapFlag
Control response of mexCallMATLAB to errors
mexUnlock
Allow MEX-file to be cleared from memory
mexWarnMsgIdAndTxt
Issue warning message with identifier
mexWarnMsgTxt
Issue warning message


Previous page  mxSetPr mexAddFlops (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.