subset
R2026bSyntax
Description
returns a new sensor object that includes only the sensors in
multiSensorObjSubset = subset(multiSensorObj,type)multiSensorObj whose types match type. The
reference frame of multiSensorObjSubset is the same as the reference
frame of multiSensorObj.
returns a new sensor object that includes only the sensors at the specified indices in
multiSensorObjSubset = subset(multiSensorObj,indices)multiSensorObj. The reference frame of
multiSensorObjSubset is the same as the reference frame of
multiSensorObj.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b