Link the plots(NOT LINKAXES)

2 Ansichten (letzte 30 Tage)
sc1991
sc1991 am 11 Sep. 2017
Kommentiert: sc1991 am 12 Sep. 2017
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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by