coder.SimulinkCoderBuildHooks Class
R2026bNamespace: coder
Description
The coder.SimulinkCoderBuildHooks class provides an interface with
overridable methods corresponding to Simulink®
Coder™ build hook points.
To create a custom build hook class, derive your class from
coder.SimulinkCoderBuildHooks and override the methods that you want to
customize. Methods that you do not override default to empty implementations.
To trigger the build hooks, place your custom class definition in the MATLAB® path, then register your hooks to your target hardware using the target API. For an
example, see Customize Build Process for Target Hardware Using Target Framework.
Methods
Examples
Version History
Introduced in R2026b