Date: Feb 18, 2013 6:51 PM
Author: Candace
Subject: Scrolling Plot Demo

Hi,

I am using Scrolling Plot Demo (http://www.mathworks.com/matlabcentral/fileexchange/1670-scrolling-plot-demo) to create scrolling plots. I would like to go through the graphs and output the x-coordinates of where I click. I tried using ginput but the problem is that I can only make selections on the current screen. I must hit the forward button on the scrolling plot to get to the next screen and therefore cannot use ginput to make selections on the second screen without typing in ginput again.

Is there another way to generate a list of coordinates?

Thanks!