Main Content

disp

Class: tireModel

Display tireModel object properties

Since R2024a

Syntax

disp(obj)

Description

This method requires Extended Tire Features for Vehicle Dynamics Blockset.

disp(obj) displays the properties of the tireModel object specified by obj. Property values of tireModel objects created using the tireModel.builtin method are not displayed.

Input Arguments

expand all

Tire model, specified by a tireModel object or an array of tireModel objects. If you specify an array of tireModel objects, the parameter names common between the objects are displayed.

Examples

expand all

Create a new tireModel object name tm.

tm = tireModel.new("Dugoff");

Display the properties of the tire model object tm.

disp(tm)
tm = 

tireModel Type Dugoff (Modified)
    Model Name: Dugoff Tire Model

    Tire Properties

                Manufacturer:  []
                    TireLine:  []
          ConstructionNumber:  []
                SerialNumber:  []
                    TireSize:  []
                SectionWidth:  []
                 AspectRatio:  []
                 RimDiameter:  []
             OverallDiameter:  []
                   LoadIndex:  []
                 SpeedSymbol:  []
              StampedMaxLoad:  []
                     DOTcode:  []
          ServiceDescription:  []

    Model Parameters

              [PARAMETER]
          modified_dugoff: 1
                   Ckappa: 80000
                   Calpha: 75000
                   Cgamma: 1000
                      mu0: 0.83
                       As: 0.0115
                      gx1: 1.15
                      gx2: -0.75
                      gx3: 1.63
                      gx4: -0.75
                      gx5: 1.5
                      gy1: -1.6
                      gy2: 1.5
                      aMy: 0.0008
                      bMy: 0.001
                      cMy: 0.00016
                  alphaMy: -0.003
                   betaMy: 0.97
                      bMz: 0
          UNLOADED_RADIUS: 0.3
                    WIDTH: 0.235

[INFLATION PRESSURE RANGE]
                  PRESMIN: 10000
                  PRESMAX: 1000000

   [VERTICAL FORCE RANGE]
                    FZMIN: 1000
                    FZMAX: 10000

        [LONG SLIP RANGE]
                   KPUMIN: -0.999
                   KPUMAX: 0.999

       [SLIP ANGLE RANGE]
                   ALPMIN: -0.7854
                   ALPMAX: 0.7854

[INCLINATION ANGLE RANGE]
                   CAMMIN: -0.17453
                   CAMMAX: 0.17453

                  [MODEL]
                    VXLOW: 1

Version History

Introduced in R2024a