Why do I get the error "The specified module could not be found" when opening Simulink?
15 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Luca Ferro
2023-3-3
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
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!