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

Wajih IMLIKI
Wajih IMLIKI 2022년 5월 20일
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
Sam Chak
Sam Chak 2022년 5월 20일
Is the ball falling in the direction of z, or both x and z?
Wajih IMLIKI
Wajih IMLIKI 2022년 5월 20일
편집: Wajih IMLIKI 2022년 5월 20일
its 2D motion so on both x and z, and V has both x and z components
Sam Chak
Sam Chak 2022년 5월 20일
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에 대해 자세히 알아보기

제품

질문:

2022년 5월 20일

댓글:

2022년 5월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by