필터 지우기
필터 지우기

How can you compile a GUI in Matlab using mcc?

조회 수: 6 (최근 30일)
Jakob Havtorn
Jakob Havtorn 2017년 5월 8일
댓글: Ritesh Chandna 2017년 5월 11일
I can successfully compile a GUI using the deploytool, but am interested in achieving the same using a call to the mcc ompiler. Is this possible?
Both
mcc('-m','simplegui','-o','Simplegui','-d',outfolder,'-a',srcfolder)
and
mcc('-e','simplegui','-o','Simplegui','-d',outfolder,'-a',srcfolder)
result in Simplegui.exe simply not doing anything when lauched.
  댓글 수: 1
Ritesh Chandna
Ritesh Chandna 2017년 5월 11일
When you created the executable using deploytool, PackagingLog.txt is generated by the compiler. Try to copy the entire mcc command and see if you are able to create the standalone executable using that.

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by