I am trying to use simulink, every-time I try to open blank library this message appears

17 views (last 30 days)
Warning: Unable to resolve the name SLM3I.SLCommonDomain.isStateflowLoaded.
> In sltemplate.internal.invokeModelTemplate
In sltemplate.internal.request.createSimulinkModel
In connector.internal.fevalMatlab
In connector.internal.fevalJSON

Answers (1)

Ayush Gupta
Ayush Gupta on 7 Sep 2020
The default paths of MATLAB may not be configured properly on your workstation. In order to reset them, please proceed with the following steps:
In MATLAB, type the commands to restore the application path
rehash toolboxcache
restoredefaultpath
matlabrc
savepath
Any custom path will be overwritten but a backup can be taken as described in the article here.
"restoredefaultpath" path will reset paths for all toolboxes/addons. Therefore if a third party toolbox is installed which doesn't come from MathWorks, you will have to reinstall that toolbox.
  3 Comments

Sign in to comment.

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!