How to Packages several app in MATLAB App designer
조회 수: 6 (최근 30일)
이전 댓글 표시
I have seral page/interface. How can i combine or pakage all my page/interface in one App. Can give me the step example? Thankyou buddy.
댓글 수: 0
답변 (2개)
Lakshay Rose
2023년 6월 21일
Hi Muhammad Zulhairee,
As per my understanding you are trying to package an app with multiple interfaces/pages with the MATLAB App Designer.
Assuming you have built an app according to your requirements with several pages and have to package the app follow the below step –
You can deploy it by clicking the "Package" button in the App Designer toolbar. This will generate a standalone application file (.mlappinstall) that can be distributed and installed on other machines without requiring MATLAB.
You can also refer to the documentation of Packaging apps –
댓글 수: 0
Sudil
2023년 7월 6일
Hi Muhammad Zulhairee,
One simple solution to combine all your pages in one single app would be to use a Tab group container which is available in the Containers section of the Component Library. You can just put each page on a different tab.
To learn more about Tab groups, you can refer to this: https://in.mathworks.com/help/matlab/ref/matlab.ui.container.tabgroup-properties.html
Hope this helps!
댓글 수: 0
참고 항목
카테고리
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!