read
Syntax
Description
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
.
Note
This function requires the Scenario Builder for Automated Driving Toolbox™ support package. You can install the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
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