GUI to .exe file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
jchris14
am 18 Sep. 2015
Kommentiert: Image Analyst
am 21 Sep. 2015
Hello,
I recently created an image analysis GUI on Matlab and decided I should translate the file from MATLAB GUI to windows desktop app. The GUI obviously uses all the image processing toolboxes among others.
My end goal is for this software to run on another computer with no MATLAB installed. Will the software run on the other computer that DOES NOT have MATLAB installed?
Thanks
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 18 Sep. 2015
2 Kommentare
Image Analyst
am 21 Sep. 2015
I don't believe that fig files of supporting files are necessary to explicitly list. I have them, and I never list them, and they work fine. It figures it out and automatically includes all supporting .m files and their associated .fig files that it needs, unless your .fig file did not have an m-file but was really like an image file or something that you wanted to display by itself.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing 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!