Combining two *.mlapp programs into one common GUI

조회 수: 11 (최근 30일)
Peter de Goot
Peter de Goot 2020년 6월 5일
댓글: Laura V. 2024년 8월 27일
I have two large *.mlapp files created using apps designer. They are independent programs but are related to the same project. One of them simulates data, and the other processes data. The link right now is through data files. I would like to combine these two programs into one common GUI, for example, using tab groups or some kind of master interface that calls the others. Is there a way to do this?

답변 (2개)

Peter de Goot
Peter de Goot 2020년 6월 8일
Hi Sahathi - Thank you for your response. Each "old" app includes data I/O, plotting, underlying data analysis functions, callbacks and so on. What I would like to avoid is manually copying all of the detailed design elements and all of the functions and callbacks one by one from the "old" apps into a tabs or panels of a "new" app that combines the two old apps. If there were a way, for example, to copy the entirity of each of the old apps into corresponding tabs of the new app, or to "call" the app like a pop-up from within the new app, this would be great.
  댓글 수: 1
Laura V.
Laura V. 2024년 8월 27일
Hi Peter, I have the same problem. Did you find a solution?

댓글을 달려면 로그인하십시오.


Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2020년 6월 8일
Hi,
You can do that using panels or tabgroups depending on your required functionality. If you can provide more information on what each app contains, i can help you with what would be the best option.
For more information on tab groups and panels refer to the following links:

카테고리

Help CenterFile 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!

Translated by