Combine a number of .mlapp files into a single .mlapp file
3 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
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.
0 Comments
See Also
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!