Is it possible to have AppDesigner started automatically when I start Matlab ?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Laurent
am 14 Mär. 2019
Kommentiert: Laurent
am 19 Mär. 2019
Hi,
I am pretty new at Matlab coding and I want to design a GUI with AppDesigner help and each time I am starting Matlab I have to remember how to start AppDesigner and on which Files I worked last time. It is pretty annoying.
Is there a solution or a possibility to configure AppDesigner to do what I want ? Something similar like the behavior of the Editor.
I have a similar question for the Help Window. I am looking/searching a lot around in the Matlab help and I have a lot of opened tabs and a lose them when I start again.
Thank you for your help in advance !
Regards
Laurent
0 Kommentare
Akzeptierte Antwort
Agnish Dutta
am 19 Mär. 2019
Create a startup.m file in the userpath folder, which is on the MATLAB® search path. Add commands you want executed at startup.
User defined startup scripts: https://www.mathworks.com/help/matlab/ref/startup.html
You can set App Designer preferences in the MATLAB® Preferences dialog box. Check out the 'Number of entries' option in the following document:
Other Appdesigner setting can be accessed as shown in this document:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown 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!