Community Profile

photo

Martin Lacza


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How do I create a projectile motion function with the input of angle which is scalar, and time which is a vector.
function [x,y]=trajectory(a,time) x0=0 y0=0 k=0 angle=a*(pi./180) v=70 g=9.81 t=0:0.1:time x=x0+v*cos(...

7 years ago | 2 answers | 1

2

answers