Motion Simulation and Analysis Tutorial University
Motion Simulation and Analysis Tutorial University
Introduction:
This tutorial will go over how to set up and run a basic motion simulation in Solidworks, how to use
position plots, and export and use the data in other programs such as Excel and MATLAB.
3. Click on the motion study tab in the lower left corner to bring up the animation and motion
interface.
4. Select the funnel as the second object and set the first material to Steel (Dry) under the Material
tab and click okay.
6. Select the line coming from the origin and enter a speed of 13.02 in/s and click okay.
8. Click the calculate button and wait for it to simulate the path of the ball.
NOTE: Due to the nature of the simulation process the results can turn out slightly different than
shown.
4. Right click on the plot and click Export CSV.
Various plots and calculation can be done in excel using the data.
MATLAB
1. Open MATLAB
2. Create a new variable named path
3. Open the variable and copy and paste the x,y,and z data into the variable from Excel.
axis([-6,6,-6,6,-3,5])
this sets the axis limits x min x max y min y max z min z max