how to package (comsol with matlab) gui to exe

3 Ansichten (letzte 30 Tage)
croke yu
croke yu am 10 Okt. 2019
Beantwortet: Yogesh Khurana am 30 Dez. 2019
I use the application compiler to package the gui into exe, the exe software could start. However, it doesn't work as the gui. can't load the document and model.(the code in .m includes Local file path)?
any body could help me? Thanks a lot.

Antworten (1)

Yogesh Khurana
Yogesh Khurana am 30 Dez. 2019
MATLAB’s App Designer allows you to create a special function that executes when the app starts up, but before the user interacts with the UI like: StartupFcn callback. You can leverage this property for specifying the file name that you want to run when your app starts. I am attaching some links for you to refer those in case you need more help:
Please refer to the above provided links.
Hope this helps!

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by