What does this strange error mean when I am trying to compiler my GUI as standalone application in MATLAB Compiler R2020b?

조회 수: 10 (최근 30일)
My application only consists of .m files and .fig files.
The packaging works without issues but after that, I get the following error during the compilation:
File analysis was canceled because the following error occurred: Import argument "internal.matlab.importtool.server.ImportUtils" in MATLAB code 'C:\Program Files (x86)\toolbox\matlab\datatools\importtool\matlab\peer\+internal\+matlab\+importtool\+peer\uiimportFile.m' cannot be found or cannot be imported.
 And in an additional window:
Input was not a valid graphics object. Error in = > my_gui.m at line 42
(The referenced line of code called the gui_mainfcn.)

채택된 답변

MathWorks Support Team
MathWorks Support Team 2021년 6월 23일
Please note that the mentioned path in the error message "C:\Program Files (x86)\toolbox\matlab\datatools\importtool\matlab\peer\+internal\+matlab\+importtool\+peer\uiimportFile.m" is quite strange. If this is really your MATLAB root directory, please try a fresh installation in an appropriate folder like "C:\Program Files\MATLAB\R2020b".
 
Besides this, the Import Tool is not supported for code generation. So in case you are using this functionality, it should be removed from your app before compilation (https://www.mathworks.com/help/matlab/ref/importtool.html)

추가 답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by