From: SSOI SS on 4 Aug 2010 04:17 Hello everyone! I am now doing some Matlab GUI programming stuff and it plots many points (line objects) into a axes. What I really want is something like this: if I move the mouse cursor onto these points, after letting the cursor staying for a while on this point, something like "tooltip" comes out and shows me which position this point has in the axes. I found some excellent functions to make this functionality. But they require extra user reaction like click on the point. Does someone know how to realize something like this? Or is it simply positble? Thank you very much.
From: Yair Altman on 4 Aug 2010 09:25 "SSOI SS" <wonderful.song(a)googlemail.com> wrote in message <i3b7mm$oh0$1(a)fred.mathworks.com>... > Hello everyone! > > I am now doing some Matlab GUI programming stuff and it plots many points (line objects) into a axes. > > What I really want is something like this: > > if I move the mouse cursor onto these points, after letting the cursor staying for a while on this point, something like "tooltip" comes out and shows me which position this point has in the axes. > > I found some excellent functions to make this functionality. But they require extra user reaction like click on the point. > > Does someone know how to realize something like this? Or is it simply positble? > > Thank you very much. Take a look at this utility: http://www.mathworks.com/matlabcentral/fileexchange/16181-datamatrix Yair Altman http://UndocumentedMatlab.com
|
Pages: 1 Prev: regular expression Next: function returning all simulink parameters |