import a .m file into app designer

13 次查看(过去 30 天)
I created a matlab app with the app designer to understand how to code in GUI elements into a code. I then procceded to export the code to a .m file. I made a large number of additions and edits to the code and now I would like to compile it into an exe. I was wondering if there was a way to import this .m file into app designer or if I would be able to set up a completely blank app where I can manipulate all the code to just copy and paste my code into the Code View?

回答(1 个)

Sai Sri Pathuri
Sai Sri Pathuri 2020-2-28
Currently, there is no option to import .m file or copy/paste your code into app designer.
You may make changes in the code by selecting the Code View in the app designer. The properties in the code can be modified by making the corresponding changes in the component browser (right side of the screen). You may even add callbacks, functions and properties from the code browser (left side of the screen).

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by