フィルターのクリア

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 Center および File ExchangeVisual Exploration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by