crop
Syntax
Description
Add-On Required: This feature requires the Scenario Builder for Automated Driving Toolbox add-on.
crop(
crops data from the sensor data object to the time interval from the specified start time
sensorDataObj,startTime,endTime)startTime to the specified end time endTime, and
updates the sensor data object sensorDataObj.
crops data from the input sensor data object sensorDataCropped = crop(sensorDataObj,startTime,endTime)sensorDataObj to the time
interval from the specified start time startTime to the specified end
time endTime, and returns a new cropped sensor data object
sensorDataCropped. This syntax does not update the input sensor data
object sensorDataObj.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024b

