Borrar filtros
Borrar filtros

Create an exe file

1 visualización (últimos 30 días)
Sudipta Basu
Sudipta Basu el 28 de Feb. de 2013
Hi, I want to create an exe file for my .m programs. without using MCRInstaller (just like in C++). The .exe file should be able to run in a computer not having MATLAB or any related components. Is there a way to do this?

Respuestas (1)

Walter Roberson
Walter Roberson el 28 de Feb. de 2013
You would need MATLAB Coder, which generates C or C++ code. MATLAB Coder is fairly restricted in what it can transcribe. It is best at pure mathematical operations; it cannot, for example, generate any graphics.
If you used MATLAB Coder, you would need to compile the code to create an executable. It is likely that you would need the user to install the run-time libraries of which-ever compiler you use.

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by