Main Content

table

Class: tireModel

Create table from tire model

Since R2023b

Syntax

T = table(obj)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

T = table(obj) creates a table from tire models specified by obj. Each tire model object is a column. Each property is a row.

Note

If obj contains more than one model type, the parameters that do not apply to a model are set as NaN.

Input Arguments

expand all

Tire models, specified as a tireModel object or an array of tireModel objects.

Output Arguments

expand all

Table, returned as a table object.

Version History

Introduced in R2023b

See Also