How can correctly open a GUIDE file (.fig) created in a different screen size?
조회 수: 1 (최근 30일)
이전 댓글 표시
I created a GUI using Matlab in a Mac computer, with a big screen size. For all the elements in the GUI I have set FontUnits to normalized.
And I also selected Tools->GUI Options-> Resize behavior: Proportional.
When I open the .fig to edit in Matlab (guide my_file.fig) on a Linux computer with a smaller screen (different resolution) it looks wrong:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160902/image.png)
And this is how it looks like in the Mac computer:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160903/image.png)
Any ideas on how to make it open correctly in the Linux computer?
Thank you very much
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!