Why does the MATLAB Compiler hang in "Creating Binaries"?

I am attempting to compile my code into a standalone application with the MATLAB Compiler. However, it hangs on "Creating Binaries" and never finishes. 
How can I resolve this issue?

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 4월 16일
편집: MathWorks Support Team 2025년 4월 25일

0 개 추천

The issue could be due to the "startup.m" file. The "startup.m" is executed at the beginning of the compilation process. If the code in "startup.m" hangs, then the compilation will also become unresponsive.
Please check that commands that wait for user input are not included in "startup.m". 

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

제품

릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by