I am trying to use simulink, every-time I try to open blank library this message appears
Show older comments
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
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
"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
Tara Saadati
on 8 Sep 2020
Fabio Previdi
on 15 Jun 2021
I have the same problem
Julien Campbell
on 5 Oct 2021
Same problem here as well.
Categories
Find more on Startup and Shutdown 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!