Combine a number of .mlapp files into a single .mlapp file

2 views (last 30 days)
Hello,
Please help me with the following.
I have a number of .mlapp files created by App Designer, for example
File1.mlapp File2.mlapp File3.mlapp
Is there a way to combine the above files into 1 file for distribution?
I need a general window/file that allows the user should select File1 or File2 or File3 and executed it.
The user should not have access to the code (codeview window in the App Designer).
Thank you.
Best Pavlos

Answers (1)

Melissa Williams
Melissa Williams on 16 Mar 2018
You can create a 4th App Designer app with 3 buttons on it and then write the callback for each to launch the specific individual apps. You should then be able to package that using the share button in App Designer.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!