how to create a windows executable file
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello i created an easy script in order to make a mechanical dimensioning asking some basic input and printing an output. now i would to use this program in a pc without matlab installed. how can i create a windows .exe file?
0 Kommentare
Antworten (3)
Image Analyst
am 29 Feb. 2016
You need the compiler toolbox. See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_make_a_standalone_executable_from_my_MATLAB_code.3F
0 Kommentare
andrea vironda
am 29 Feb. 2016
5 Kommentare
Andreas Goser
am 4 Mär. 2016
Bearbeitet: Andreas Goser
am 4 Mär. 2016
Is this a university project? Are you going to provide this to a few users or many? Maybe there are better alternatives.
andrea vironda
am 13 Mär. 2016
Bearbeitet: Image Analyst
am 13 Mär. 2016
1 Kommentar
Image Analyst
am 13 Mär. 2016
We can't tell unless we see the actual line of code, so be sure to upload that. In the meantime, what does this say
which -all regexprep
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!