How can I convert individual guis into a single tabbed gui?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a gui that pops up another gui when a button is pressed. I'd like to convert this into a single gui with two tabs. Can anybody help me to do this without rewriting the whole thing?
댓글 수: 0
채택된 답변
Jan
2015년 5월 24일
Did you create this programmatically or by GUIDE? In the last case the conversion cannot be done easily. In the fiest case it depends on the code if a merging is easier than re-writing the code from scratch.
You can extract the code to create a GUIDE designed figure easily to get the code required to create the figure: .fig files are .mat files with a changed file extension. So load() can import the .fig file: See FEX: GuideGetter
추가 답변 (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!