tireData object fails to plot custom .tdx file - "Unrecognized tire test type"
Show older comments
Hi,
I am trying to load a custom .tdx file using tireData in MATLAB, but I am running into issues when calling plot(td).
After loading the file, I receive several warnings regarding missing parameters and unrecognized keywords, such as:
- Warning: MEASURCHANNELS parameter(s) ... missing 'a', 'b', and/or 'c' factors
- Warning: Keywords 'MODELPARAMETERS' are unsupported.
- Warning: Unrecognized tire test type for index '1'.
- Warning: Data channel 'Fz' must be steady-state for automatic plotting.
Eventually, the plot(td) function throws an error: "Error using autoplot: All data sets removed due to unrecognized tire test type."
I checked the td object and found that many properties are empty or default. My questions are:
- Does the tireData class require the .tdx file to strictly follow a specific template (e.g., specific header keys or channel names) for the plot() function to work?
- Must all properties in the tireData object be populated for the automatic plotting to function?
- Is there a way to manually map my custom channel names (e.g., 'FZH', 'SLIPANGL') to the ones expected by the tireData object so that it can recognize the test type?
Any guidance on how to fix these parsing/plotting issues would be greatly appreciated.
Thank you!
Accepted Answer
More Answers (0)
Categories
Find more on Wheels and Tires in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!