Motion simulator using simulink

Hello Everyone,
I'm new to simulimk so excuse me..
So, using simulink it was needed to simulate the motion of ball with
D is drag and
So given some values of S=1, Cd=0.7 (-) and initial position and initial velocity
the model needs to plot z vs t and V vs t and the trajectory of the ball in x-z plane until the ball touches the ground (i assume z=0 so we dont need to use memory block)
I did this model but apparently its not working well (the model itself is wrong I guess)
Thank you in advance

回答(1 个)

Sam Chak
Sam Chak 2022-5-20
编辑:Sam Chak 2022-5-20

0 个投票

You multiply v with v, and then you take a square root of v²? In order to get the absolute value of v? By the way, what is the coordinate system of v? Is it x, y, or z? You are advised to sketch a Free Body Diagram so that you can interpret it correctly.
Perhap you rectify this issue and see if there is any error message pops up.

4 个评论

I did dot product then sqaure root to get the magnitude of the vector i didnt find a block for it, and concerning the coordinate system its x-z
Is the ball falling in the direction of z, or both x and z?
its 2D motion so on both x and z, and V has both x and z components
I see. Can you provide the equations of motion separately for the x-direction and z-direction?
I'm not sure if MATLAB has a special symbolic function for resolving vectors into perpendicular components.
I think this function maybe useful:

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 General Applications 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by