Main Content

table

Create table from tire data

Since R2023b

    Description

    T = table(obj) creates a table, 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.

    T = table(obj, ExcludeEmptyChannels=true) creates a table, 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

    collapse all

    Tire data, specified as a tireData object.

    Option to exclude empty channels from the table, specified as false or true.

    Data Types: logical

    Output Arguments

    collapse all

    Table, returned as a table object.

    Version History

    Introduced in R2023b