mexFunctionName (C and Fortran) - Name of current MEX-function
C Syntax
#include "mex.h"
const char *mexFunctionName(void);
Fortran Syntax
character*(*) mexFunctionName()
Returns
The name of the current MEX-function.
Description
mexFunctionName returns the name of the
current MEX-function.
C Examples
See mexgetarray.c
in the matlabroot/extern/examples/mex folder
.
 | mexFunction (C and Fortran) | | mexGet (C) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit