unrecognized tire test type

조회 수: 48 (최근 30일)
Tobias Wessel
Tobias Wessel 2024년 11월 25일 0:54
댓글: Matthew 2024년 11월 25일 19:13
Hello,
I'm trying to use the Extended Tire Features for Vehicle Dynamics Blockset to plot my tire data. When I use the autoplot funktion i get following error message:
Error using autoplot
All data sets removed due to unrecognized tire test type. Plotting function aborted.
When using the example tire data providet by MATLAB everthing works as it is supposed too. So I imagen the problem is in my data. My tire data are multiple slip angle sweeps in an tire data array. From my understandig this should be a supported tire test type, since it's one off the three types used in the example. I tryed to compare the Exammple data to my data to find any differnces that could cause this problem, but no changes yielded an improvment.
Can someone explain how the Blockset recognizeses the tire test type and with tire test types are supported, since there is no mention of the tire test type in the documentation I could find? So i can check if my tire data full fills the critierias and fix any problems.

채택된 답변

Matthew
Matthew 2024년 11월 25일 14:18
Tobias,
Is all the data in a single tireData object? I suspect the problem may be that you need to split the data into an array first. Check out the split method. Then supply the array to the plot method.
Also, you can avoid the error entirely if you provide more input arguments to better define what you want to plot.
For example:
plot(td, "DataVariableNames", ["alpha", "Fy"])
Check the plot documentation for all the optional input arguments.
  댓글 수: 4
Tobias Wessel
Tobias Wessel 2024년 11월 25일 18:16
Hello Metthew,
  • Indeed the unit for the the angels was the problem. It's understandable the plot function doesn't wanna work, when it's thinking my tire is daning like a figure skater on the test rig. It would be usefull if ther would be a warning or error message if the slip angle is higher then one rotation.
  • Changing the coordinate system works as you discript. The plot funktion works with both coordinate systems.
  • The automated immport is awsome, the diverence in code length to achieve the same thing speaks for itself.
  • Thanks for the tipp with the mean methode
Is there a way to change the units for the plots? I'm more used to degrees, radiant is great for calculations, but I have no idea how big the angel is with out converting.
Matthew
Matthew 2024년 11월 25일 19:13
There is currently not an option to change the units for the plots. This has been requested previously and is on the docket for a future enhancement.
Thanks for your valuable feedback!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Wheels and Tires에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by