필터 지우기
필터 지우기

Successfully compiled a GUI with no Errors but the executable file doesn't run

조회 수: 9 (최근 30일)
Greeting, My Gui has been compiled successfully (at least that's what the deploytool said {i.e. "Build Finished"}). When cliked on the executable file, nothing happened. It didn't run at all. I have the saved the log file if that would help (and can attach here later). Thanks, Simon

채택된 답변

Friedrich
Friedrich 2013년 12월 6일
Hi,
sounds like you compiled a standalone application which throws a MATLAB error whichs is not displayed because there is no console to display it.
So recompile it as console application and start it from a DOS prompt in order to see the actual error. This should help to fix your code.
  댓글 수: 1
Simon
Simon 2013년 12월 6일
Thank you for your help. I have finally tracked down the problem. It came from a line of code trying to load a .mat file. It only had the file name withoug the full path. Adding the full path info has resovled the problem and the stand alone is now running fine. Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by