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

15 Ansichten (letzte 30 Tage)
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

Antworten (1)

Ayush Gupta
Ayush Gupta am 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 Kommentare

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by