executable file without supporting file?

3 views (last 30 days)
raktim banerjee
raktim banerjee on 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?

Answers (1)

Sebastian
Sebastian on 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.

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!