Generation of standalone executable file from GUI

2 visualizaciones (últimos 30 días)
Salil Kamra
Salil Kamra el 15 de Mzo. de 2017
Comentada: Walter Roberson el 15 de Mzo. de 2017
Hi,
Is it possible to generate an executable from MATLAB, that can run on other systems that does not have MATLAB installed on them.
For example, if I create a GUI to create bode plots with plant information, is it possible to create a standalone executable file that runs on any system with/without MATLAB.
Thanks in advance.

Respuestas (1)

ES
ES el 15 de Mzo. de 2017
You need a product called MATLAB COMPILER in the PC where you want to use the GUI.
https://www.mathworks.com/products/compiler.html
  1 comentario
Walter Roberson
Walter Roberson el 15 de Mzo. de 2017
Note: MATLAB Compiler is available only for Standard (Commercial) licenses and Academic licenses, not for Student licenses or Home licenses.
Also, you need to compile on the same kind of operating system as the program is to execute on; you cannot compile on MS Windows to execute on OS-X for example.
Only MS Windows, OS-X / MacOS, and Linux can be targeted. You cannot use MATLAB Compiler to compile to Android, for example.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing 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