select and tag data points in a plot

5 visualizaciones (últimos 30 días)
Amina
Amina el 19 de Feb. de 2013
Greetings all,
I would like to plot location data from an array structure with multiple fields, then I want the user to select a given data point from the plot and load related array data, this is how my structure looks like
Block(i).Data.Longitude
Block(i).Data.Latitude
Block(i).Data.Sequence
Block(i).Data.Temperature
I tried using datacursor but it gives the x-y coordinates only, while what I need is the sequence number as well to differentiate between different sets. So is there a way to kind of "tag" the data points with the sequence field, or to be able to get more data from the data points when they are selected ??? I'm using guide to make the GUI.

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de Feb. de 2013
I suggest you have a look at "data brushing"

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by