Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Pointer in GUI
Posted:
Jul 26, 2009 5:30 AM
|
|
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <83a56475-a4a4-4c90-977c-af993a337128@k20g2000vbp.googlegroups.com>... > On Jul 17, 8:18?pm, "malli kartheek yalamanchili" > <kartheek...@gmail.com> wrote: > > Hi all, > > > > I want to see values of coordiantes when cursor is moving on the plot in GUI. Please let me know how can it work. > > --------------------------------- > One way to do it, if you have the image processing toolbox, is with > imtool(). > Someone will probably tell you if there are other simple ways. There > are other more complicated ways such as putting code into the > mousemove callback function of the axes object.
I think I found a way to do it. We can use "datacursormode on" command to find x and y co-ordinates of a plot.
|
|
|
|