I need help with this exercise.
显示 更早的评论
An ball is launched at a velocity (V0) of 20 m/s in a direction making an angle (θ) of 25° upward with the horizontal. Use element by element math where appropriate.
• Find the x- and y- components of the projectile velocity, V. • Find the components of the projectile position, x and y. • Assume g = 9.8 m/s2. • Calculate the above values for time from 0-1.7 seconds in increments of 0.1 second.
Vx = V0cos(θ) x = V0cos(θ)t
Vy = V0sin(θ)-gt y = V0sin(θ)t-(1/2)gt^2
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!