MATLAB is setting the max y value to 1 in plot, and scaling all of y
I am currently making a velocity vs time plotting app for an object that is falling with drag. I have worked out the function for it using a bit of calculus and am now trying to plot it. I have plotted it in demos with some values that I preprepared and gotten values od velocity much greater than 1 m/s (which is what I was expecting). However, when I tried to input the same values into my app, to plot them, on my plot the values never exceeded 1. This made me think that MATLAB is somehow scaling my y axis to make all the values plot relative to 1 (which is seemingly the equivalent of the terminal velocity). I tried using,