reportMexFiles
This reports the mex-files the checked code depends on, and also reports whether or not the mex-files for the specified platforms are found. This information provides insight into what mex-files are used, and it can also be used to determine whether the code has a chance to work on different platforms.
Configurable parameters
- RequiredExtensions (list): Mex-files with these extensions must
be checked by this report. Allowed values are:
mexa64
,mexmaci64
,mexw32
, andmexw64
.
Exemption tag: %@ok<RMEXF>