Simulink Can't Open
6 ビュー (過去 30 日間)
古いコメントを表示
Why "C:\Program Files\MATLAB\R2022a\bin\win64\simulink_plugins\slwebscopes\libmwslwebscopes_reg.dll failed with error: The specified procedure could not be found. : state not recoverable" ?
0 件のコメント
回答 (1 件)
Kunal Kandhari
2023 年 1 月 18 日
This issue could caused by different reasons. To narrow down the root cause of this issue, kindly try the follow workarounds:
1. If you have not done so, please download and install the latest update (patch) of R2022a:
2. Navigate to "C:\Program Files\MATLAB\R2022a\bin\win64\simulink_plugins\slwebscopes\libmwslwebscopes_reg.dll" and check if this file is exist or not in your File Explorer.
3. Check to see if the operating system is the same as the version of MATLAB you installed (e.g. win64 matches with 64bit version of MATLAB)
4. Try the following workaround to reset path, and see if this issue get resolved:
4.1 Type in the following commands in MATLAB command window:
>> restoredefaultpath
>> rehash toolboxcache
>> sl_refresh_customizations
4.2 Try to open Simulink and see if this error still exists. If not, save the path by executing the following command:
>> savepath
If you are still facing the issue, then please contact MathWorks Technical Support using MathWorks Technical Support
For more information on service request, read this Frequently Asked Questions
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Naming Conventions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!