Warning when executing Matlab executable application built with Matlab 2022b
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Jacob Mathew
el 3 de Ag. de 2025
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:
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!