linking brushing points in subplots
Show older comments
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,
Answers (1)
Jahandar Jahanipour
on 13 Oct 2016
Categories
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!