tireData
Description
Add-On Required: This feature requires the Extended Tire Features for Vehicle Dynamics Blockset add-on.
This object requires Extended Tire Features for Vehicle Dynamics Blockset.
Use a tireData object to store tire
measurement data from one of these file types:
Tyre Data Exchange Format (TYDEX) v1.3 files
Calspan® DAT data files
Column-oriented text files
Creation
Description
creates an empty
d = tireData()tireData object.
directly imports tire data from one or multiple data files to create a
d = tireData(filepath)tireData object.
Specify the filepath argument without additional options when
importing data directly from TYDEX v1.3 or Calspan files.
specifies additional options when importing tire data from column-oriented text files. You
can import text files that use varying formats for variable, unit, and header
information.d = tireData(___,Name=Value)
Alternatively, you can use the tireData.import function to import tire data from a file.
Input Arguments
Name-Value Arguments
Object Functions
coordinateTransform | Perform coordinate transformation on tire data channels |
crop | Remove data from tireData object |
downsample | Decrease sample rate of tireData object by integer
factor |
export | Export tire data to external file |
filter | Apply filter to tireData object data channels |
mean | Assign mean value of tire data channel in tireData object to
entire tire data channel array |
median | Assign median value of tire data channel in tireData objects to
entire tire data channel array |
plot | Plot tire data |
split | Split single tireData object into array of
tireData objects |
struct | Convert tire data to structure |
summaryTable | Applies statistical measure to each data channel in tire data |
table | Create table from tire data |
tireData.generate | Create tireData objects with synthetic data |
tireData.import | Create tireData object from file |
violinplot | Plot tire data in tiled violin plot |