ending a GUI by exiting it, and making an exe file application from it-
Mostra commenti meno recenti
as in the title, I have 2 questions-
1. I've finished my GUI with an Exit pushbutton, and in the callback function I made-
function Exit_callback(~,~)
close fh;% fh=figure name
end
but it doesnt work, so how can I end my gui with an exit+close the window?
2. I've seen the posibility of making an exe file from a gui- how do I do that?,
and does it only possible for .fig files, because my GUI is just an .m file?
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 12 Ott 2012
0 voti
you can use deploy tool, to make an executable
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!