combine
R2026bDescription
combines two multi-sensor objects using the sensor mounting poses in the coordinate frame of
multiSensorObj = combine(multiSensorObj1,multiSensorObj2)multiSensorObj1. The function merges the sensors from both objects
and returns a single multiSensorParameters object.
The two input objects to combine must satisfy one of these conditions:
Same reference frame — The objects use the same reference frame, and can share up to one sensor.
Different reference frames — The objects use different reference frames, and must share exactly one sensor. The function uses this sensor to transform between the frames.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b