Main Content

struct

Convert tire data to structure

Since R2023b

    Description

    S = struct(obj) converts the tireData object specified by obj to a structure, S. Each tireData object property becomes a field in S, and object information is lost.

    Input Arguments

    collapse all

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

    Output Arguments

    collapse all

    Converted tire data, returned as a structure or structure array.

    Version History

    Introduced in R2023b