필터 지우기
필터 지우기

executable file without supporting file?

조회 수: 1 (최근 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 CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by