linking brushing points in subplots
Ältere Kommentare anzeigen
Assuming we have two different 2D vectors A and B with same number of samples. In each subplot we scatter each matrix. I want to link the data between these two subplots so that if I brushed one point (e.g. 5th element in the matrix A. i.e. A(5,:)) it brushes the same point on the other subplot (5th element in the matrix B. i.e. B(5,:).
Is there any easy way to do that ?
I have already tried linkdata and linkprop functions but it didn't work out.
Thanks,
Antworten (1)
Jahandar Jahanipour
am 13 Okt. 2016
Kategorien
Mehr zu Subplots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!