Installed Matlab Compiler, but there is no "Application Compiler" app under the apps toolbox
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have Matlab R2014a and Matlab Compiler Runtime installed, both version 8.3. I am trying to compile a stand-alone executable. I found a demo video on how to do that (link below), however, there is no "Application Compiler" app under the apps toolbox. Does it mean that the compiler has not been installed properly? Any other ideas on how to build a stand-alone application?
0 comentarios
Respuestas (3)
Vinod Sudheesh
el 26 de Jun. de 2015
Editada: Vinod Sudheesh
el 26 de Jun. de 2015
Hi Andrew,
Has MATLAB Compiler been installed correctly? What does the following command return?
license('checkout','Compiler')
If the above returns "0", then the toolbox is not available with your license.
Do you see MATLAB Compiler listed when you type the command
ver
in MATLAB command prompt?
Are you able to launch the App from the command prompt while using the command
applicationCompiler
Thanks Vinod
0 comentarios
Walter Roberson
el 26 de Jun. de 2015
Editada: Walter Roberson
el 26 de Jun. de 2015
Matlab Compiler Runtime is not the MATLAB Compiler, just a support library for MATLAB Compiler. MATLAB Compiler is an optional high-cost product which can be added on to Academic and Commercial / Professional licenses, but not to Student Version (or, if I recall, Home license)
0 comentarios
xiaoli
el 27 de Mayo de 2024
hello,I return 1 but I still not the MATLAB Compiler,cry woow
0 comentarios
Ver también
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!