Simulink library browser shows "No blocks"
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Più risposte (1)
Seth Popinchalk
il 26 Mag 2011
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 Commenti
Kaustubha Govind
il 26 Mag 2011
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.
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!