points from a constellation diagram

Status
Not open for further replies.

jess17

Junior Member level 3
Joined
Mar 4, 2011
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,431
i know that the points from a constellation diagram can be found from:

h = scatterplot(rand(16,2));

h = get(h,'Children');

h = get(h,'Children');

x = get(h,'xdata');

y = get(h,'ydata');

but is there a way to extract ONLY the points that come up on the const. Diagram ?
 
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…