- Open you GUI in guide: guide('myGui')
- Hold down the ctrl key and select all elements within the panel.
- Right click on one of the selected elements and open Property Inspector.
- Change 'Units' to 'normalized'.
- Save and exit.
- After you re-run your GUI you'll be able to resize the UI panel and all of its components should rescale.
resize in gui.m
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
how i can resize a pannel with all elements in GUIs m-file ?
댓글 수: 0
채택된 답변
Adam Danz
2018년 11월 23일
편집: Adam Danz
2018년 11월 23일
I think you're asking how to automatically resize all of the components of a UI panel when you resize the UI panel.
This can be done from the code or from the 'guide' user interface. I'll explain the simplest method.
You can do steps 1:5 from the code by setting each component's 'units' property from the startup section of your GUI.
댓글 수: 0
추가 답변 (1개)
Image Analyst
2018년 11월 23일
Try setting the Position property of the panel. Make sure the units property of the panel and all controls inside the panel are set to 'normalized'.
댓글 수: 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!