guidegetter

버전 1.0.0.0 (4.97 KB) 작성자: Matt Fig
Creates a standalone M-file GUI from a guide made GUI.
다운로드 수: 4.1K
업데이트 날짜: 2008/6/17

라이선스 보기

This tool is useful when one wants to create a GUI from a standalone M-file, but would like to use guide for it's excellent ability to position the GUI objects within the GUI. guidegetter works by first fetching the layout of the uicontrols, uimenus and other objects from a guide generated .fig file. Then an M-file is created that will generate the same GUI without the use of a fig file. The new M-file can then be used to complete the GUI project (write callbacks, etc).

See the help for more information. Please email me about bugs.
Tested on 6.5 2006a and 2007a.

인용 양식

Matt Fig (2024). guidegetter (https://www.mathworks.com/matlabcentral/fileexchange/20152-guidegetter), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Added uicontextmenus, fixed quirk for version 6.5. Increased functionality.