Maintain image aspect ratio on figure resize
Afficher commentaires plus anciens
Hello!
I am working with a fairly complex GUI which has a logo in the upper left hand corner. Currently when the figure is resized, the image resize in direct proportion to the figure. As a result you can make really mess up aspect ratio. I tried disable stretch-to-fill, but it didn't seem to work.
Any ideas?
Thanks in advance!
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 31 Mai 2011
0 votes
Do not use normalized units to position the image -- or if you must use normalized units for the original positioning, change to absolute units afterwards.
Catégories
En savoir plus sur Display Image dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!