How to install/enable SimEvents?

조회 수: 27 (최근 30일)
Donald
Donald 2023년 2월 8일
댓글: Divyank 2023년 2월 10일
I purchased SimEvents after purchasing and installing MatLab.
SimEvents appears to be installed based on Add-on Manager, but it doesn't appear when I run ver or in the Simulink Library Browser. Did I skip a step somewhere?

답변 (1개)

Divyank
Divyank 2023년 2월 8일
Hello @Donald, it's possible that you might have installed 'SimEvents' in a different MATLAB installation or in a separate instance of MATLAB. Try checking the installed add-ons in the MATLAB installation that you use for your work and ensure that SimEvents is installed in the same instance.
You can also try restarting MATLAB or your computer to see if that resolves the issue.
  댓글 수: 2
Donald
Donald 2023년 2월 8일
As far as I can tell I only have a single instance of MATLAB installed. The Addon Manager (first screenshot) shows that SimEvents 5.13 installed, but there is no evidence of such anywhere else in the application. I restarted the application several times before posting this question, and restarted the computer immediately after posting the question.
Is there a way to force the library to update or re-index? Or anything else that could help?
Divyank
Divyank 2023년 2월 10일
Here are some steps you can try to resolve this issue:
  • Refresh function and file system path caches using the following command in MATLAB:
>> rehash toolboxcache
  • This is equivalent to clicking the Update Toolbox Path Cache button, located in the General Preferences page of the Preferences Window.
  • If the issue persists, please try reinstalling SimEvents toolbox using the Add-On Explorer or the MATLAB command line using the following command:
>> matlab.addons.install('path/to/SimEvents.mltbx')

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by