GUIDE figure cut-off on new computer

6 views (last 30 days)
Dan Hobbs
Dan Hobbs on 21 Jan 2016
Commented: Kerry Hicks on 7 May 2020
Hi Guys!
I've developed a couple GUIs using GUIDE, but now I've moved to a new computer, and now I try to open the .fig files in GUIDE and it's cut off. The same occurs when I run the packaged app. I'm still pretty new at writing GUIs, but some help on how to recover the rest of my GUI would be very much appreciated! Thanks in advance!
Signed,
Dan
  1 Comment
Kerry Hicks
Kerry Hicks on 7 May 2020
I know this is a very old thread, but I have an issue like this -- the GUI is cut off in GUIDE as well. The answer below doesn't seem to do anything for my situation. The GUI was written on one computer and then brought over to another (with a lower resolution screen). When I open the GUI it is lopped of on the bottom. It runs the same way. The OP may have had the same problem I have

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 21 Jan 2016
set(gcf, 'Units', 'normal', 'Position', [0 0 1 1])

Categories

Find more on Migrate GUIDE Apps 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!