How to detect the changes in figure size to invoke a callback function?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kouichi C. Nakamura
el 18 de Ag. de 2017
Comentada: Kouichi C. Nakamura
el 18 de Ag. de 2017
I noticed that design and layout of a figure can be compromised when the figure's size or dimension is changed.
In most cases, use of 'Units' = 'normalized' can work, but not always.
For example, UI control buttons and sliders can be squashed by 'Units' = 'normalized'. To keep the size of uicontrol objects practical, you would have to change the 'Units' to 'px' and fix the size of buttons and sliders and then set them back to 'normalized'.
I wonder if this is possible with a callback function for figure object. Can a figure object detect its own change in size and invoke a callback function?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!