executable file without supporting file?

2 visualizaciones (últimos 30 días)
raktim banerjee
raktim banerjee el 27 de En. de 2011
Hello Sir! I am using MATLAB 6.5. I made an executable (.exe) file from a function in matlab using mcc. The exe file works well in my computer. But in other computer where matlab is not installed it shows errors and asking for dll files. how a matlab exe can run indepently? Or how all the supporting files can be produced with the .exe file? Or if any .m file can be converted to .class file, so that only JVM can run this?

Respuestas (1)

Sebastian
Sebastian el 27 de En. de 2011
The executable that you created with MATLAB Compiler requires some runtime libraries. In MATLAB 6.5 (R13) there was a mglinstaller that you would need to execute on the target machine once. Find more details in the "Distributing Stand-Alone Applications" section in the documentation.

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by