Program projectile motions using MATLAB as below.
Trajectory of an object at various angles
distance (meter)
70
Figure 01: A sample multi-trajectory graph when initial velocity is 30 m/s
These plots are just examples. You have to input a function to initialize the launching velocity, e.g. 30 m/s in Figure 01, and use a for-loop to create multiple angles starting from 0 to 90 degrees with a 5-degree increment. The plot command goes inside the for-loop, and use the command "hold on" to see multiple plots in a single figure window. Once you code and run the program, save your m-file with the first initial of your first name and last name.