External Interfaces/API Reference | ![]() ![]() |
mexAddFlops (Obsolete) |
Update MATLAB's internal floating-point operations counter |
mexAtExit |
Register function to be called when MATLAB is cleared or terminates |
mexCallMATLAB |
Call MATLAB function or user-defined M-file or MEX-file |
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 |
Get copy of variable from another workspace |
mexGetArrayPtr |
Get read-only pointer to variable from another workspace |
mexGetEps (Obsolete) |
Use mxGetEps |
mexGetFull (Obsolete) |
Use mexGetArray and mxGetName, mxGetM, mxGetN, mxGetPr, mxGetPi |
mexGetGlobal (Obsolete) |
Use mexGetArrayPtr |
mexGetInf (Obsolete) |
Use mxGetInf |
mexGetMatrix (Obsolete) |
Use mexGetArray |
mexGetMatrixPtr (Obsolete) |
Use mexGetArrayPtr |
mexGetNaN (Obsolete) |
Use mxGetNaN |
mexIsFinite (Obsolete) |
Use mxIsFinite |
mexIsGlobal |
True if mxArray has global scope |
mexIsInf (Obsolete) |
Use mxIsInf |
mexIsLocked |
True if MEX-file is locked |
mexIsNaN (Obsolete) |
Use mxIsNaN |
mexLock |
Lock MEX-file so it cannot be cleared from memory |
mexMakeArrayPersistent |
Make mxArray persist after MEX-file completes |
mexMakeMemoryPersistent |
Make memory allocated by MATLAB's memory allocation routines persist after MEX-file completes |
mexPrintf |
ANSI C printf -style output routine |
mexPutArray |
Copy mxArray from your MEX-file into another workspace |
mexPutFull (Obsolete) |
Use mxCreateDoubleMatrix and mxSetName and mexPutArray |
mexPutMatrix (Obsolete) |
Use mexPutArray |
mexSet |
Set value of Handle Graphics property |
mexSetTrapFlag |
Control response of mexCallMATLAB to errors |
mexUnlock |
Unlock MEX-file so it can be cleared from memory |
mexWarnMsgTxt |
Issue warning message |
![]() | matPutString (Obsolete) | mexAddFlops (Obsolete) | ![]() |