read
Syntax
Description
Add-On Required: This feature requires the Scenario Builder for Automated Driving Toolbox add-on.
reads data from the data = read(trackData,Timestamps=timestamps)trackData object for the specified timestamps
timestamps.
reads data from the data = read(trackData,RowIndices=rowIndices)trackData object for the specified row indices
rowIndices.
specifies options using one or more name-value arguments in addition to any combination of
input arguments from the previous syntaxes. For example,
data = read(___,Name=Value)Format="timetable" returns the actor track data as a table of type
timetable.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
add | remove | plot | play | filter | mergeTrackIDs | mapTrackIDsToNumbers | importFromObjectTrack | GPSData | Trajectory | CameraData | LidarData | recordedSensorData