How can I select a cell in a UITable by clicking a corresponding plotted point in a figure?

135 views Asked by At

I have a UITable storing 2d points and three pieces of data for each point. I have plotted the 2d portion of the data from this table in a figure.

What I need to do is select the row of the table that corresponds to a clicked point. For example: if I click the point [5,-6], then the selected cell should jump to a row with matching 'X' and 'Y' values (specifically the second column of data if possible).

I have been banging my head against this for a few hours now because I can't find a way to pass any data in or out.

Any help would be much appreciated! Thanks in advance!

0

There are 0 answers