Main Content
exportToSimulink
Description
exportToSimulink(
exports the tracker or
track fuser object obj
)obj
as a corresponding Simulink® block to a new Simulink model. The new model uses a default name.
exportToSimulink(
specifies options using one or more name-value arguments. For example,
obj
,Name=Value
)exportToSimulink(
specifies the name of the model as obj
,BlockName="myBlock")myBlock
.
returns the handle of the exported block.blockHandle
= exportToSimulink(___)
Note
Use this function to export tracker or track fuser to Simulink model. To export tracking architecture to Simulink model, see exportToSimulink
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a