Home > Archive > Matlab > February 2008 > Matlab 2D plot
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Veronika Radionenko 2008-02-21, 8:23 am |
| Hi all,
The problem is regarding Matlab 2D plotting options.
I have a number of points that create a specific shape, eg
a square with a separator line in the middle- thus it can
be treated as two squares A and B.
Can I allow the user to select one of those squares A or B
for further analysis with a simple mouse click on the 2D
plot?
Would be great to get any advice,
Thanks.
Veronica
| |
| Ashish Uthama 2008-02-21, 7:24 pm |
| you might find this function usefull:
GINPUT
On Thu, 21 Feb 2008 02:38:02 -0500, Veronika Radionenko <none@none.com>
wrote:
> Hi all,
>
> The problem is regarding Matlab 2D plotting options.
> I have a number of points that create a specific shape, eg
> a square with a separator line in the middle- thus it can
> be treated as two squares A and B.
> Can I allow the user to select one of those squares A or B
> for further analysis with a simple mouse click on the 2D
> plot?
>
> Would be great to get any advice,
> Thanks.
>
> Veronica
| |
| Veronika Radionenko 2008-02-29, 4:41 am |
| Thanks, thats what I needed!
|
|
|
|
|