| External Interfaces/API Reference | ![]() |
Gives the name of the current MEX-function
C Syntax
#include "mex.h" const char *mexFunctionName;
Returns
The name of the current MEX-function.
Description
mexFunctionName returns the name of the current MEX-function.
Example
See mexgetarray.c in the mex subdirectory of the examples directory.
| mexFunction | mexGet | ![]() |