Main Content

diff

Class: tireModel

Create table of tire parameters that differ between two tire models

Since R2023b

Syntax

T = diff(obj)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

T = diff(obj) returns a table, T, containing rows for parameters that differ between two models specified by obj.

Note

You can only diff between models of the same type.

Input Arguments

expand all

Tire models, specified as a 2-by-1 vector of tireModel objects.

Output Arguments

expand all

Table of tire model parameters, returned as a table object.

Version History

Introduced in R2023b

See Also