Borrar filtros
Borrar filtros

need to synchronize two figures in matlab gui

9 visualizaciones (últimos 30 días)
Aash
Aash el 21 de Abr. de 2018
Comentada: Aash el 23 de Abr. de 2018
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 comentarios
Aash
Aash el 21 de Abr. de 2018
By synchronize, I mean when I zoom in or zom out figure 1 , the figure 2 zoom itself to the same point.
Aash
Aash el 21 de Abr. de 2018
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

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Abr. de 2018
linkaxes()
  10 comentarios
Walter Roberson
Walter Roberson el 23 de Abr. de 2018

Please search Answers using the phrase

   tag:"always parent" 
Aash
Aash el 23 de Abr. de 2018
ok. Thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by