Main Content

coordinateTransform

Perform coordinate transformation on tire data channels

Since R2023b

    Description

    objTransformed = coordinateTransform(obj, outCoord) transforms the data channels in the tireData object specified by obj from the coordinate system stored in the CoordinateSystem property of the tireData object to the coordinate system specified by outCoord.

    Input Arguments

    collapse all

    Tire data, specified as a tireData object or an array of tireData objects.

    Output coordinate system, specified as either "ISO", "SAE", or "H". For more information, see Tire and Wheel Coordinate Systems.

    Example: SAEdata = coordinateTransform(ISOdata, "SAE")

    Data Types: string

    Output Arguments

    collapse all

    Transformed tire data, returned as a tireData object or an array of tireData objects.

    Version History

    Introduced in R2023b