Trajectory visualization tool
Trajectory
Trajectory is the path that an object follows through space as a function of time. In other words, it is the curve traced out by an object as it moves through its environment.
What?
A MATLAB program that plots the trajectory of an object given its launch angle, velocity, and landing height.

How?
Worked in group of 3 to write main function for data handling and secondary function for plotting. Used a loop to graph one point at a time to make animated appearance.

Results
Satisfied project requirements. Creates a animated plot that graphs whole parabola over 1 second.