The selected library block no longer exists? How can i fix this?
28 ビュー (過去 30 日間)
古いコメントを表示
Whenever I try to move one of the library block to the blank page of simulink. Matlab gives me the following warning:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163904/image.png)
It also says: "Warning: Cannot find an exact case-sensitive match for the model or library name 'simulink'. Using the closest case-insensitive match: 'Simulink' at 'C:\Users\Dell\Documents\MATLAB\Simulink.slx'. Case-insensitive matching will be removed in a future release. Specify exact case instead."
Can someone help me out with this? Thank you!
Sincerely, a desperate student
3 件のコメント
Bodyl Overvelde
2017 年 1 月 26 日
編集済み: Bodyl Overvelde
2017 年 1 月 26 日
i have the same problem with every block, and restarting did not help
Steven Lord
2017 年 1 月 26 日
Did you try checking if you had something shadowing the built-in function simulink?
which -all simulink
That command should list only files inside subdirectories of the toolbox\simulink directory under matlabroot. If it lists other files, rename those other files then restart MATLAB and try again.
採用された回答
Steven Lord
2016 年 5 月 10 日
Try renaming the file C:\Users\Dell\Documents\MATLAB\Simulink.slx to something other than Simulink.slx, like mySimulinkModel.slx. There may be a conflict between the simulink function in MATLAB and the name of your model that's confusing Simulink® when you try to add a block to the model.
その他の回答 (3 件)
Ushik Mewalal
2017 年 12 月 5 日
The solution by Steven Lord worked for me.
This issue occurred on 2017b, though I still used 2016b without a problem.
As Steven said, changing the "Simulink" file name to something else, then restarting the program worked for me.
0 件のコメント
Daniel Haro
2019 年 11 月 27 日
The problem I had was that I named my file as Simulink.slx, so that created a conflict. I just renamed my file taking in consideration not to call it with names associated with Matlab´s files.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!