Main Content
%#exclude
Ignore file or function dependencies during MATLAB Compiler dependency analysis
Since R2020a
Description
%#exclude fileOrFunction1 [fileOrFunction2 ... fileOrFunctionN]
pragma informs the compiler that the specified files or functions need to be excluded from
dependency analysis during compilation. The pragma also suppresses the compile-time warning
that the files or functions cannot be compiled.
Examples
Version History
Introduced in R2020a
See Also
mcc
| %#function
| isdeployed