VLX = repmat(xy(60:60:end), 2, 1);
VLY = repmat(ylim, 24, 1)';
plot(VLX,VLY)
Hi, the above code draws vertical lines on my plot. I want to give every vertical line a number independent of the x axis. is that possible? for instance, line 1 is denoted as 1, linte 2 is denoted as 2 and so on...
0 Comments
Sign in to comment.