How to keep the size aspect ratio of GUI form fixed?
Show older comments
Hi all. I am trying to make my GUI figure to be resizable but I need the aspect ratio to be fixed. Is this possible to achieve?
Answers (1)
Walter Roberson
on 18 Oct 2011
0 votes
You can put in a resize callback on the figure that changes the size to match the aspect ratio you want.
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!