need to synchronize two figures in matlab gui
1 回表示 (過去 30 日間)
古いコメントを表示
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)
採用された回答
Walter Roberson
2018 年 4 月 22 日
linkaxes()
10 件のコメント
Walter Roberson
2018 年 4 月 23 日
Please search Answers using the phrase
tag:"always parent"
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!