Apr 22, 2009 #1 Air Messages 202 Reaction score 0 How can I plot graph using a few values in the table? I know how to plot if we are to plot a formula but how can I plot pacific values?
How can I plot graph using a few values in the table? I know how to plot if we are to plot a formula but how can I plot pacific values?
Apr 22, 2009 #2 Dr Transport Science Advisor Insights Author Messages 2,600 Reaction score 791 plot(x(1), y(1), x(3) y(3)) plus a couple of other commands for dots etc...