Warning when executing Matlab executable application built with Matlab 2022b
조회 수: 11 (최근 30일)
이전 댓글 표시
I am building a Matlab executable with Matlab 2022b (including Matlab Compiler). The build is ok and the application works, but when I run it from Windows command prompt or powershell, I get this warning:
Warning: Executing startup failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup, which should be resolved as soon as possible. Error detected was:
MATLAB:class:InvalidSuperClass
The specified superclass 'Simulink.IntEnumType' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name.
This also happen from another pc with another installation of Matlab, so it does not seem to be a specific problem of my pc. How can I get rid of the warning?
댓글 수: 0
답변 (1개)
Jacob Mathew
2025년 8월 3일
As the error suggests, "MATLAB:class:InvalidSuperClass, The specified superclass 'Simulink.IntEnumType' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name.", there appears to be a problem with linking the class file Simulink.IntEnumType.
You can refer to the following MATLAB Answers Post by MathWorks Support Team to solve the error:
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!