exportToSimulink
Description
exportToSimulink(
exports the tracking
architecture ta
)ta
as a subsystem in a new Simulink® model. The Simulink model uses a default name.
returns the name of the model that the tracking architecture exports to.modelName
= exportToSimulink(___)
Note
You can export a tracking architecture that contains trackerGNN
,
trackerJPDA
, trackerTOMHT
,
trackerPHD
,
or trackFuser
objects to Simulink.
You can also include customized trackers or track fusers, which inherit from the
fusion.trackingArchitecture.Tracker
class or the fusion.trackingArchitecture.TrackFuser
class respectively, in the tracking
architecture. The customized tracker or fuser object must implement an
exportToSimulink
object function using this
syntax:
blockHandle = exportToSimulink(obj,modelName,blockName)
blockName
to a
Simulink model specified by the modelName
and return the handle
of the block blockHandle
. The added block must have at least two
input ports, one of detections or tracks (for trackers or track fuser respectively) and
one of prediction time, as well as one output port of tracks. For more information, see exportToSimulink
for trackers and track fuser.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a