Main Content
mexFunctionName (C and Fortran)
Name of current MEX function
C Syntax
#include "mex.h" const char *mexFunctionName(void);
Fortran Syntax
#include "fintrf.h" character*(*) mexFunctionName()
Description
mexFunctionName
returns the name of the
current MEX function.
Output Arguments
Version History
Introduced before R2006a