Convert a .m MATLAB app to .mlapp
76 views (last 30 days)
Show older comments
Hi all,
I have been developing a MATLAB app programatically using standard .m files. I usually prefer to do it this way as it gives me more control over the creation and handling of components, while allowing me to organize the code in different files.
At this stage, I would need to convert this to a Web App, however the compiler requires a .mlapp file as the main file. I have found a contribution on file exchange that converts an .m to a .mlapp file type but it is not very robust and for some reason doesn't work with my code.
Does anyone know a good solution for this?
Thank you in advance
2 Comments
Ganesh
on 7 May 2024
You can use the following Migration tool to conver a .m file to a .mlapp file. The contribution has been made by the MathWorks App Designer Team.
If this is the file exchange you were talking about, kindly give more details about the issues you are facing when using the code.
Answers (1)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!