Cant open simulink, and the remind info as below

1 回表示 (過去 30 日間)
peace zhang
peace zhang 2020 年 1 月 2 日
編集済み: Jemima Pulipati 2021 年 1 月 12 日
STARTUP FILE
Undefined function or variable 'connector.ensureServiceOn'.
Undefined function or variable 'mls.internal.FevalService.init'.
Undefined function or variable 'connector.internal.lifecycle.callConnectorStarted'.
Matlab version: 2018b
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 1 月 2 日
https://www.mathworks.com/matlabcentral/answers/409597-after-installation-matlab-2018a-does-not-open-any-files
Possibly restoredefaultpath

サインインしてコメントする。

回答 (1 件)

Jemima Pulipati
Jemima Pulipati 2021 年 1 月 12 日
編集済み: Jemima Pulipati 2021 年 1 月 12 日
Hello,
From my understanding, these error statements are likely caused due to path issues when the cache is not up to date.
You may try the following steps to resolve the issue.
Before modifying the search path, it is important to take a backup of your 'pathdef.m' file, which can be located by using the following command. Ensure that the copy is placed in a folder outside of the MATLAB path.
>> which -all pathdef
After taking the backup, please execute the following commands in the MATLAB Command Window to restore the default MATLAB search path and rehash the toolbox cache:
>> restoredefaultpath
>> rehash toolboxcache
>> sl_refresh_customizations
After this step, please use Simulink to see if the issue occurs again. If the issue is resolved, then you may want to save the new MATLAB search path by executing the following command:
>> savepath
NOTE: This will remove any custom paths you may have created.
The following MATLAB Answers post is an additional resource on how to back them up:

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by