Why do I get the error "The specified module could not be found" when opening Simulink?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Just installed Simulink and tried to open "Blank Model" but I got this error message instead

Anyone knows how to fix this?
Thank you in advance.
0 comentarios
Respuestas (1)
Luca Ferro
el 3 de Mzo. de 2023
Try to use the Dependency Walker as suggested here Why do I receive a "specified module could not be found" error while running a MEX-file created from MATLAB 7.0.1 (... - MATLAB Answers - MATLAB Central (mathworks.com), it's a tool just made for this issue: How do I use Dependency Walker with MATLAB? - MATLAB Answers - MATLAB Central (mathworks.com)
Or/and check if the path is correctly initialized with:
!echo %PATH%
you should have the win64 path added possibly as first path
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing 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!