Borrar filtros
Borrar filtros

Creating a standalone windows application file

2 visualizaciones (últimos 30 días)
Ali
Ali el 26 de En. de 2012
Hi experts,
Anyone knows if there is an automated approach through Matlab command line to build a Windows Standalone Application (.exe file) from a Matalb script (.m file)?
Any help is apreciated! Ali

Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de En. de 2012
You cannot build a standalone from a MATLAB script file. You need to use a function file instead.
  7 comentarios
Ali
Ali el 27 de En. de 2012
That's great! it's working perfect. Another thing, is there possibility to produce executable for Linux environments too instead of .exe? some sort of binary I mean?
Aurelien Queffurust
Aurelien Queffurust el 27 de En. de 2012
Yes it is possible , you need to execute the mcc command under Linux on a computer which have the MATLAB Compiler installed.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by