Simscape Vehicle simulation for predefined time, X,Y and orientation values
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I have a table containing info as follows:
dateTime X Y theta
_______________________ ______ ______ ______
03.05.2023 00:00:00.000 33.441 68.328 316.77
03.05.2023 00:00:00.100 33.441 68.328 316.77
03.05.2023 00:00:00.200 33.441 68.328 316.77
03.05.2023 00:00:00.300 33.441 68.328 316.77
03.05.2023 00:00:00.400 33.441 68.328 316.77
03.05.2023 00:00:00.500 33.441 68.328 316.77
03.05.2023 00:00:00.600 33.441 68.328 316.77
03.05.2023 00:00:00.700 33.441 68.328 316.77
And I have a stl CAD for my vehicle.
is there is a way to make a simscape simulation using my time while putting the X,Y and orientation as inputs for the motion of the vehicle? Also can I make the simulation run faster than the actual time I am using?
Thank you.
0 个评论
回答(1 个)
Manas
2023-6-13
Hii,
You can create a Simulink/Simscape simulation by importing the cad model using Simulink multibody. Use your input data to define the position and orientation of the vehicle at each time step of the simulation. You can do this by using a MATLAB Function block in Simulink to read your input data and output the position and orientation of the vehicle as a function of time. . You can use the Simscape Multibody animation tools or MATLAB plotting functions to visualize the motion of your vehicle over time.
For More info you can refer to the following documentation:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simscape Multibody 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!