Several layer of GUI matlab
이전 댓글 표시
Is it possible to create several layer of GUI. For example, once I click on the pushbutton on the 1st page of the GUI will then show me a page then I click another pushbutton on the 2nd page then it will show the 3rd page of the GUI?
댓글 수: 1
Adam
2015년 6월 16일
allows you to do things like this programmatically, using CardPanel or just using tabs (which you can also program using uitab in normal Matlab, you just can't do it in GUIDE).
답변 (1개)
Ilham Hardy
2015년 6월 16일
편집: Ilham Hardy
2015년 6월 16일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!