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 "MF", "Dugoff", or "Fiala".

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

Data Types: string

Output Arguments

expand all

Tire model, returned as a tireModel object.

Version History

Introduced in R2023b