Calling .m file in app designer that will need to call another .m file to execute the code
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
thin su
am 4 Nov. 2021
Kommentiert: Cris LaPierre
am 5 Nov. 2021
I have a .m file (FILE 1) that calls a function. The function is written in another .m file(FILE). How do i press a button in GUI and run the FILE 1 which will eventually have to call FILE2 to be able to show an output in App Designer. I am a beginner in matlab app desiger and i am having trouble just executing the code.
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 4 Nov. 2021
You can execute m-files by calling them by their name in your code. To ensure your app can find the scripts, either place them in the same folder as your app, of add the folder they are in to your MATLAB Path.
6 Kommentare
Cris LaPierre
am 5 Nov. 2021
Not sure what your options are, but based on the error messages, you must have the 'plots' option set to 'training-progress', and apparently that is not supported for standalone apps (deployment).
Try changing your 'plots' option to 'none' and see if that allows your app to run.
Weitere Antworten (0)
Siehe auch
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!