Main Content
Function Handles
Code generation for function handles
MATLAB® Coder™ supports code generation for function handles. To generate efficient MEX and standalone code for code that has function handles, follow the guidelines and limitations mentioned here.
Topics
- Function Handle Limitations for Code Generation
Use function handles in MATLAB code intended for code generation.