Why do I get the error "The specified module could not be found" when opening Simulink?
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Luca Ferro
il 3 Mar 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
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!