Main Content

tireModel.new

Class: tireModel

Create new tire model object

Since R2023b

Syntax

obj = tireModel.new(modelType)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

obj = tireModel.new(modelType) creates a new tire model object of the type specified by modelType, with default values.

Input Arguments

expand all

Model type, specified as one of these values:

  • "MF62"

  • "MF"

  • "MF52"

  • "Dugoff"

  • "Fiala"

Note

Using the "MF" option is equivalent to specifying ModelType as "MF62".

Example: m = tireModel.new("Dugoff")

Data Types: string

Output Arguments

expand all

Tire model, returned as a tireModel object.

Version History

Introduced in R2023b

expand all