need to synchronize two figures in matlab gui

1 回表示 (過去 30 日間)
Aash
Aash 2018 年 4 月 21 日
コメント済み: Aash 2018 年 4 月 23 日
I want to synchronise two figures in separate windows. The example code is given below. Please can someone write a code for eme as I have just started using MATLAB GUI.
im = imread (ImageA.jpg)
figure (1);
imagesc(im)
im1 =in2bw(im);
figure (2);
imagesc(im1)
  4 件のコメント
Aash
Aash 2018 年 4 月 21 日
By synchronize, I mean when I zoom in or zom out figure 1 , the figure 2 zoom itself to the same point.
Aash
Aash 2018 年 4 月 21 日
https://au.mathworks.com/matlabcentral/answers/396424-need-to-synchronize-two-figures-in-matlab-gui#comment_559387 I deleted that question as I thought it was not clear enough. Can you please write a code for this aS I am a beginner

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

採用された回答

Walter Roberson
Walter Roberson 2018 年 4 月 22 日
linkaxes()
  10 件のコメント
Walter Roberson
Walter Roberson 2018 年 4 月 23 日

Please search Answers using the phrase

   tag:"always parent" 
Aash
Aash 2018 年 4 月 23 日
ok. Thank you

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by