Main Content

tireModel.import

Class: tireModel

Create new tire model object with parameters from external file or MATLAB structure

Since R2023b

Syntax

obj = tireModel.import(parameterSet)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

obj = tireModel.import(parameterSet) imports a tire model parameter set specified by parameterSet to create a tire model object.

Input Arguments

expand all

Tire model parameter set, specified as a MATLAB structure or a string path to a .TIR tire property file or .MAT MATLAB data file.

Note

The .MAT file must contain a structure variable defining all parameter values.

Output Arguments

expand all

Tire model, returned as a tireModel object.

Version History

Introduced in R2023b