executable file without supporting file?

3 ビュー (過去 30 日間)
raktim banerjee
raktim banerjee 2011 年 1 月 27 日
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?

回答 (1 件)

Sebastian
Sebastian 2011 年 1 月 27 日
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.

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by