Why i have error when open Matlab

3 ビュー (過去 30 日間)
Ruslan Mamishov
Ruslan Mamishov 2020 年 9 月 24 日
回答済み: Pratyush Roy 2020 年 10 月 1 日
I installed matlab to D;because i dont have enough space on C.But when I open program i have error mesage:
Warning: File system error opening alias file
'D:\matlab\toolbox\simulink\simulink\slproject\resources\alias'. Unable to
create aliases from this file.
But when i open slproject there is no resource file.

回答 (1 件)

Pratyush Roy
Pratyush Roy 2020 年 10 月 1 日
MATLAB might be unable to resolve the default path. The following link might be helpful:
For Simulink users, including an additional command may be helpful:
>> restoredefaultpath
>> rehash toolboxcache
>> sl_refresh_customizations
After this step, please use MATLAB/ 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.

カテゴリ

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

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by