executable file without supporting file?

3 vues (au cours des 30 derniers jours)
raktim banerjee
raktim banerjee le 27 Jan 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?

Réponses (1)

Sebastian
Sebastian le 27 Jan 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.

Catégories

En savoir plus sur C Shared Library Integration dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by