need to synchronize two figures in matlab gui
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Walter Roberson
on 22 Apr 2018
linkaxes()
10 Comments
Walter Roberson
on 23 Apr 2018
Please search Answers using the phrase
tag:"always parent"
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!