Date: Jul 21, 2012 2:43 PM Author: Jeffrey Subject: plotting in a for loop Hi,
I have many vectors that I want to plot in a for loop (x1 x2 x3 x4 y1 y2 y3 y4). How do you assign the index in the for loop to the vector you want to plot?
example
i=1:1:4
plot(xj,yj)?????
Thanks,