Simulink library browser shows "No blocks"
5 ビュー (過去 30 日間)
古いコメントを表示
I can see all of the libraries, but no blocks.
I found the following posts, but they don't have a solution: http://www.mathworks.com/matlabcentral/answers/2981-all-blocks-missing-from-simulink-library-browser
I have tried: restoredefaultpath rehash toolboxcache rehash toolboxreset
I know others have seen this at our site, but no one knows what actually fixes this. Perhaps a reboot. I have tried logging out, but rebooting is not possible at the moment.
Thanks,
-Kevin
2 件のコメント
採用された回答
その他の回答 (1 件)
Seth Popinchalk
2011 年 5 月 26 日
This could be the result of a corruption of the library browser repositories. These can be regenerated by deleting or renaming the library browser information stored in the preferences directory.
Rename the following directories:
disp([prefdir '\sl_library_browser_repos'])
disp([prefdir '\sl_library_browser_favorite'])
Rename the following file:
disp([prefdir '\sl_library_browser_lockfile'])
for example, I renamed sl_library_browser_repos to old_sl_library_browser_repos.
4 件のコメント
Kaustubha Govind
2011 年 5 月 26 日
Kevin: Have you tried Seth's suggestion? The MATLAB preference directory (prefdir) should be related to your user account, even if the MATLAB installation is shared, so that might very likely be the issue.
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!