how to create a windows executable file
Mostrar comentarios más antiguos
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?
Respuestas (3)
Image Analyst
el 29 de Feb. de 2016
0 votos
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
andrea vironda
el 29 de Feb. de 2016
0 votos
5 comentarios
Image Analyst
el 29 de Feb. de 2016
Type ver on the command line and see if the Compiler is listed among your toolboxes.
andrea vironda
el 4 de Mzo. de 2016
Editada: andrea vironda
el 4 de Mzo. de 2016
Andreas Goser
el 4 de Mzo. de 2016
Yes. "MATLAB Compiler" is the right one
Andreas Goser
el 4 de Mzo. de 2016
Editada: Andreas Goser
el 4 de Mzo. de 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
el 4 de Mzo. de 2016
Editada: andrea vironda
el 4 de Mzo. de 2016
andrea vironda
el 13 de Mzo. de 2016
Editada: Image Analyst
el 13 de Mzo. de 2016
0 votos
1 comentario
Image Analyst
el 13 de Mzo. de 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
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
