Main Content

export

Class: tireModel

Write tire model parameter values to external file

Since R2023b

Syntax

export(obj,filepath,overwrite=true)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

export(obj,filepath,overwrite=true) writes the model parameter values specified by obj to the file specified by filepath and overwrites existing files when the optional name-value argument overwrite is specified as true.

Input Arguments

expand all

Tire model, specified as a tireModel object.

Path to external file, specified as a string scalar.

Note

File type must be .TIR or.MAT.

Option to overwrite existing files, specified as false or true.

Example: overwrite=true

Data Types: logical

Version History

Introduced in R2023b

See Also

|