Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

4-20-paper-plane

extra credit This repository contains a function, plane.m, that takes input arguments of initial launch angle, t0, initial height, y0, and an initial velocity, v0, and outputs the distance a paper plane will travel at those given conditions. It also outputs a matrix u, which contains the x, y, v, and angle values at discrete points along the plane's path. OptiPlane.m optimizes the initial angle and velocity at a given height of 1.5m. Optimal Plot