Open a GUI directly from desktop (Shortcut) in MATLAB environment
问题 I want open a GUI directly from desktop without opening MATLAB and run it from it. When I right click on the main MATLAB code file and select Run in windows environment, MATLAB starts and after that my GUI automatically runs but I want have this with double clicking on an Icon (shortcut) o desktop. How can I do this? I don't want compile my app. My GUI contains training neural network so I can't compile it. 回答1: What you actually need is a way to run .m files via the command line - an action