Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

trace projectile path of a ball in MATLAB

Status
Not open for further replies.

Sumit_ganvir

Newbie level 5
Joined
Jun 3, 2013
Messages
10
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
MP
Activity points
1,332
Hi.
can any one know how trace projectile path in MATLAB .
Problem : I want to Trace a projectile path of a boll ?
With different ip value,Iknow its max at 45.
please help me.......
 

Do you mean you want to CALCULATE projectile path? Not sure what you mean by "ip value" (input?), or "max at 45"; max WHAT? Shoe size? 45 whats?

Could you state your problem a little more clearly?
 

Hi.
can any one know how trace projectile path in MATLAB .
You know the path equations from basic kinematics.x=v0*t*cos(θ);y=v0*t*sin(θ)-g*t^2/2;
You know maximum values of x & y,xmax=v0^2*sin(2*θ)/g;ymax=v0^2*sin(θ)^2/(2*g);
Varying time in steps,plot x & y.
Take care of θ,degrees to radians
 
You know the path equations from basic kinematics.x=v0*t*cos(θ);y=v0*t*sin(θ)-g*t^2/2;
You know maximum values of x & y,xmax=v0^2*sin(2*θ)/g;ymax=v0^2*sin(θ)^2/(2*g);
Varying time in steps,plot x & y.
Take care of θ,degrees to radians

hi
I know this but How can i plot for different value of angle

- - - Updated - - -

hi
Sorry
ip=input
45 is angle for throw boll.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top