Air Messages 202 Reaction score 0 Thread starter Apr 22, 2009 #1 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?
Dr Transport Science Advisor Insights Author Messages 2,603 Reaction score 785 Apr 22, 2009 #2 plot(x(1), y(1), x(3) y(3)) plus a couple of other commands for dots etc...