필터 지우기
필터 지우기

Error in Opening of the MATLAB SIMULINK MODEL

조회 수: 4 (최근 30일)
Anirudh
Anirudh 2020년 4월 23일
I have tried many times to open my MATLAB SIMULINK model in 2016a version. The Simulink window opeing does not have toolbar at the top:
I tried few of the commands whose results were shown below. May Please help me out from this problem
>> restoredefaultpath
Warning: Duplicate directory name: C:\Program Files\MATLAB\R2016a\toolbox\stateflow\stateflow
> In restoredefaultpath (line 52)
>> pthtool
Undefined function or variable 'pthtool'.
Did you mean:
>> pathtool
>> restoredefaultpath
Warning: Duplicate directory name: C:\Program Files\MATLAB\R2016a\toolbox\stateflow\stateflow
> In restoredefaultpath (line 52)
>> pathtool
>> pathtool
>> restoredefaultpath
Warning: Duplicate directory name: C:\Program Files\MATLAB\R2016a\toolbox\stateflow\stateflow
> In restoredefaultpath (line 52)
>> rehash toolboxcache
>> sl_refresh_customizations
Error using Simulink.scopes.ViewerLibraryCache>loc_initializeUserLibraries (line 145)
File 'C:\Program Files\MATLAB\R2016a\toolbox\comm\comm\commviewers2.slx' does not contain a valid Simulink model in SLX
format: Could not open destination package
Error in Simulink.scopes.ViewerLibraryCache/loadCustomLibraries (line 93)
loc_initializeUserLibraries( self, cm );
Error in slCustomizer/refresh
Error in slCustomizer.staticRefresh
Error in sl_refresh_customizations (line 18)
slCustomizer.staticRefresh();
>> RESTOREDEFAULTPATH
Cannot find an exact (case-sensitive) match for 'RESTOREDEFAULTPATH'
The closest match is: restoredefaultpath in C:\Program Files\MATLAB\R2016a\toolbox\local\restoredefaultpath.m
Did you mean:
>> restoredefaultpath
Warning: Duplicate directory name: C:\Program Files\MATLAB\R2016a\toolbox\stateflow\stateflow
> In restoredefaultpath (line 52)
>> pathtool
>> savepth
Undefined function or variable 'savepth'.
Did you mean:
>> savepath
>> sl_refresh_customizations
Error using Simulink.scopes.ViewerLibraryCache>loc_initializeUserLibraries (line 145)
File 'C:\Program Files\MATLAB\R2016a\toolbox\comm\comm\commviewers2.slx' does not contain a valid Simulink model in SLX
format: Could not open destination package
Error in Simulink.scopes.ViewerLibraryCache/loadCustomLibraries (line 93)
loc_initializeUserLibraries( self, cm );
Error in slCustomizer/refresh
Error in slCustomizer.staticRefresh
Error in sl_refresh_customizations (line 18)
slCustomizer.staticRefresh();
>>

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by