필터 지우기
필터 지우기

need to synchronize two figures in matlab gui

조회 수: 9 (최근 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 CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by