so i created a function
function output = height (t)
output = (-9.8./2).*t.^2 + 125 *t + 500;
height (0:0.5:30)
I saved the file in the matlab directory for where it's saved, and
so i created a function
function output = height (t)
output = (-9.8./2).*t.^2 + 125 *t + 500;
height (0:0.5:30)
I saved the file in the matlab directory for where it's saved, and