Issue with executable create with deploytool

조회 수: 9 (최근 30일)
Tora
Tora 2013년 8월 8일
I created a GUI using matlab. I created an executable with the deploytool and it works wonderfully on my machine. But I want to launch the program on other computers. After installing the MCR (version is OK) on the client machine, the executable runs well until it crashes for no obvious reason.
I looked in the .m code where the executable crashed, for now i'm guessing that
uiwait(figure(1));
makes the .exe crash.
Has anyone ever encountered such a problem with uiwait ? Once again the problem doesn't occur on a machine where matlab is installed (tested on win32 and win64 platforms with executables compiled in 32 and 64 bits).
Any kind of answer is welcomed, thanks.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by