External Interfaces/API Reference | ![]() ![]() |
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 Fortran MEX-file |
mexGetEps |
Get the value of eps |
mexGetFull |
Get component parts of double-precision mxArray into Fortran workspace |
mexGetGlobal |
Get pointer to mxArray from MATLAB's global workspace |
mexGetInf |
Get value of infinity |
mexGetMatrix |
Copies mxArray from caller's workspace |
mexGetMatrixPtr |
Get pointer to mxArray in caller's workspace |
mexGetNaN |
Get value of NaN |
mexIsFinite |
Determine whether or not value is finite |
mexIsInf |
Determine whether or not value is infinite |
mexIsNaN |
Determine whether or not value is NaN |
mexPrintf |
Print character array |
mexPutFull |
Create mxArray from component parts into Fortran workspace |
mexPutMatrix |
Writes mxArray to caller's workspace |
mexSetTrapFlag |
Control response of mexCallMATLAB to errors |
![]() | matPutString | mexAtExit | ![]() |