Main Content
table
Description
This function requires Extended Tire Features for Vehicle Dynamics Blockset.
creates a
table, T
= table(obj
)T
, from the tireData
object
specified by obj
. Each data channel property becomes a variable in
T
. Non-data channel property information, such as CoordinateSystem
, and object information is lost. Empty data
channels are converted to NaN
arrays.
creates a table, T
= table(obj
, ExcludeEmptyChannels
=true)T
, from the tireData
object specified
by obj
and excludes empty channels when the optional name-value
argument ExcludeEmptyChannels
is specified as
true
.
Input Arguments
Output Arguments
Version History
Introduced in R2023b