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

Add-On Required: This feature requires the Extended Tire Features for Vehicle Dynamics Blockset add-on.

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 an array of string paths to a .TIR tire property file or .MAT MATLAB data file. The .MAT file must contain a structure variable defining all parameter values.

Note

Supported tire model types are

  • Fiala

  • Dugoff

  • Magic Formula 5.2

  • Magic Formula 6.2

Output Arguments

expand all

Tire model, returned as an array of tireModel objects.

Version History

Introduced in R2023b

expand all