Main Content
addImplementation
Class: RTW.TflBlockEntry
Namespace: RTW
Syntax
RTW.TflBlockEntry.addImplementation(blockEntry,modelFunc,implFunc)
Description
RTW.TflBlockEntry.addImplementation(
adds the specified implementation function blockEntry
,modelFunc
,implFunc
)implFunc
to the block
replacement entry object blockEntry
. When code replacement occurs for the
block replacement entry, the implementation function replaces the model system function
modelFunc
that you specify, such as the initialize, update, or
terminate function.
Input Arguments
Examples
Version History
Introduced in R2024a