select data from plot and update other plot

3 ビュー (過去 30 日間)
michael
michael 2021 年 6 月 1 日
コメント済み: michael 2021 年 6 月 1 日
Hi,
I have some challange:
  1. I'm using preaaty old version of Matlab - R14 SP3.
  2. I have some waw data which consists of some variables which is proccessed. The data is then proccessed and some of it minimized in size. Then the data (both raw and proccessed) is plotted. For example I have some data (in blue) and some proccessed data in red. I have also a second figure which is both raw data and proccessed data
  3. As I see the proccessed data is the interesting one for me for further analysis, I'd like to have a selection of area on 1st figure and have an automatic focus on that area on the second figure.
Is there some way to do it?
I'm familiar with linkaxes for same axes plots/subplots. Is there some way to perform it on different scale axes?

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 6 月 1 日
Hi,
Maybe you can try to employ ginput() to select the region and plot the selected region afterwards. Along the way you would need use logical indexing as well to plot only selected region of data.
  1 件のコメント
michael
michael 2021 年 6 月 1 日
I'm aware of ginput, but I'm not sure how this one can help me.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

製品


リリース

R14SP2

Community Treasure Hunt

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

Start Hunting!

Translated by