필터 지우기
필터 지우기

Link the plots(NOT LINKAXES)

조회 수: 4 (최근 30일)
sc1991
sc1991 2017년 9월 11일
댓글: sc1991 2017년 9월 12일
Hi! I am trying to link the plots for example the line and the histogram. So, I have a set of data and I am plotting both line and histogram in the same figure as subplot. So i want a functionality that when I zoom in the line plot it even zooms in the hisogram(not linkaxes). what I mean is when I zoom in the line plot the histogram should recalulate itself and plot according to the zoom in data of the line plot and vice versa.

채택된 답변

Walter Roberson
Walter Roberson 2017년 9월 12일
Create a zoom ActionPostCallback https://www.mathworks.com/help/matlab/ref/zoom.html#brux2aq that recalculates the histogram
  댓글 수: 1
sc1991
sc1991 2017년 9월 12일
Thanks for your response I will work on that and will update if I face any issues

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by