Warning when executing Matlab executable application built with Matlab 2022b
8 次查看(过去 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:
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!