Simscape Vehicle simulation for predefined time, X,Y and orientation values
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Manas
on 13 Jun 2023
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:
See Also
Categories
Find more on Simscape Multibody in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!