simulink library browser blocks gone
    18 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
simulink seems to have lost the link to the library browser blocks. The library names show up, but no blocks are in them. Any suggestions how to reset or fix this?
0 commentaires
Réponses (5)
  Guy Rouleau
    
 le 9 Mar 2011
        There might be a user-written file on your path.
I would go for the classic:
restoredefaultpath
rehash toolboxcache
rehash toolboxreset
If this does not help, execute:
which -all slblocks
It it returns a file outside of the MATLAB installation folder, try removing this file from the path.
same thing possible customization of the Simulink browser:
which -all sl_customization
and remove from the path anything which is not shipped with MATLAB.
2 commentaires
  Seth Popinchalk
    
 le 26 Mai 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.
0 commentaires
  burak ergocmen
 le 23 Jan 2016
        hi Seth Popinchalk When i type sp([prefdir '\sl_library_browser_lockfile']), there is not anyfile like that . everything i try but i cant fix that problem . , please if anybody can write detailed answer it really helps me. the same problem again and again. The problem is
 "Error evaluating 'StopFcn' callback of block_diagram 'Single_Rotor_Example'.Library was not found"
i try everything icant solve
0 commentaires
  fa liu
 le 12 Avr 2016
        I once have this problem too,when I install simulink again, the library work correctly .
0 commentaires
  Gabriel Ovalle Giraldo
 le 23 Fév 2022
        hola buenas tardes tengo un problema y es que cada ves que entro a la libreria y selecciono una de sus ramas se me cierra automaticamente el matlab 
0 commentaires
Voir également
Catégories
				En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!