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

16 views (last 30 days)
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 Comments
Jan
Jan on 4 Dec 2019
Maybe you can explain the problem with more details?
Jean
Jean on 11 Dec 2019
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

Sign in to comment.

Answers (1)

Jean
Jean on 11 Dec 2019
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 Comment
Sagar Zade
Sagar Zade on 1 Sep 2020
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"

Sign in to comment.

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!