Can't find the resource file 'toolbox/l​ocal/simul​inkrc.m'

17 次查看(过去 30 天)
I can't use simulink and there is followng Error:
Warning: Can't find the resource file 'toolbox/local/simulinkrc.m' needed by
'/Applications/MATLAB_R2019a.app/bin/maci64/libmwsimulink.dylib'
> In start_simulink (line 19)
In connector.internal.fevalMatlab
In connector.internal.fevalJSON
  5 个评论
Jean
Jean 2019-12-11
I have the same issue, I just installed Matlab+Simulink 2019b under Window 64b and when I open a .slx model or when I launch simulink by command line it says:
Warning: Can't find the resource file 'toolbox\local\simulinkrc.m' needed by 'C:\Program Files\MATLAB\R2019b\bin\win64\libmwsimulink.dll'
> In start_simulink
In connector.internal.fevalMatlab
In connector.internal.fevalJSON

请先登录,再进行评论。

回答(1 个)

Jean
Jean 2019-12-11
Answer from the support (which worked):
"This warning indicates that MATLAB was unable to detect a core installation file required to run Simulink. There are a couple of things which can cause this; the most common source of error is if MATLAB's search path wasn't successfully updated upon your initial attempts at installing. To resolve this issue, enter the following three commands into MATLAB, one after the other;
>> rehash toolboxcache
>> restoredefaultpath
>> savepath
Then, try and access Simulink again."
  1 个评论
Sagar Zade
Sagar Zade 2020-9-1
I tried
>> rehash toolboxcache
>> restoredefaultpath
But I get the following error on doing this:
Error using restoredefaultpath (line 41)
System error: Standard CSHRC script not found.
Not all initialzation done.
Contact Systems Administration.
Unmatched '"'.
Not: Command not found.
Contact: Command not found.
Unmatched '"'.
Command executed: "Standard CSHRC script not found.
Not all initialzation done.
Contact Systems Administration.
/usr/bin/perl" "/Applications/MATLAB_R2020a.app/toolbox/local/getphlpaths.pl"
"/Applications/MATLAB_R2020a.app"

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by