Main Content

compute

Class: tireModel

Perform model computation on tire data channels

Since R2023b

Syntax

data = compute(obj,data)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

data = compute(obj,data) executes the solver for the model specified by obj using the tire data specified by data.

Input Arguments

expand all

Tire model, specified as a tireModel object.

Tire data, specified as a tireData object or an array of tireData objects.

Output Arguments

expand all

Computation results, returned as a tireData object or an array of tireData objects.

Version History

Introduced in R2023b