detect
Syntax
Description
reports the detections from all sensors mounted on the platform, detections
= detect(plat
,time
)plat
,
at the specified time
. Use this syntax when none of the sensors require
information on signals present in the
scenario.
also specifies any signals, detections
= detect(plat
,signals
,time
)signals
, present in the scenario. Use this
syntax when sensors require information on the
signals.
also specifies emitter configurations, detections
= detect(plat
,signals
,emitterConfigs
,time
)emitterConfigs
. Use this syntax
when sensors require information on the configurations of emitters generating signals in the
scenario.
[
also returns the number of detections, detections
,numDets
] = detect(___)numDets
. This output argument
can be used with any of the previous syntaxes.
[
also returns all sensor configurations, detections
,numDets
,sensorConfigs
] = detect(___)sensorConfigs
. This output
argument can be used with any of the previous syntaxes.
Input Arguments
Output Arguments
Version History
Introduced in R2021a
See Also
Platform
| platform
| objectDetection
| radarDataGenerator
| pose
| emit