To graph velocity against time in MATLAB, you can follow these steps:
main.m53 chars3 lines
plot
function to create a line graph:main.m21 chars2 lines
main.m76 chars4 lines
main.m27 chars2 lines
The complete code would look like this:
main.m178 chars9 lines
This will create a graph that shows the velocity vs time.
gistlibby LogSnag