MATLAB: Do I get an error when I type ‘simulink’ at MATLAB command prompt after installing MATLAB

initializationinstalllaunchnewsimulink

When I type 'simulink' at the MATLAB command prompt or click on the 'Simulink Library' button, I get the following error:
Error: The Simulink Library Browser failed to initialize.
No system or file called 'simulink' found.

Best Answer

MATLAB is giving an error because it cannot locate Simulink in the MATLAB search path. Please enter the following commands at the MATLAB Command prompt to restore the default search path:
restoredefaultpath
savepath
rehash toolboxcache
Please restart MATLAB and try to launch Simulink.
For more information on what the above functions accomplish, please refer to their documentation by typing 'doc' followed by the function name in the command window. For example,
doc restoredefaultpath
If the above commands did not solve the issue, please contact MathWorks' technical support.