linking brushing points in subplots
이전 댓글 표시
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,
답변 (1개)
Jahandar Jahanipour
2016년 10월 13일
카테고리
도움말 센터 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!