Making GUI on Matlab
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello,
Does anyone here has experience making GUIs on matlab using code and not by using App designer app?
댓글 수: 2
Walter Roberson
2020년 1월 22일
Yes, many of us have experience in using GUIDE, and a number of us have experience in programming our own gui without using a design tool. Also in the file exchange there is an additional design tool that is named something like Magic
Mohammad Sami
2020년 1월 23일
You can always use the app designer to do the layout for you. Then export the app as a code file.
If you want automatic resizing use uigridlayout as your base layer.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!