How to install/enable SimEvents?
25 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?



0 Kommentare
Antworten (1)
Divyank
am 8 Feb. 2023
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 Kommentare
Divyank
am 10 Feb. 2023
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')
Siehe auch
Kategorien
Mehr zu Discrete-Event Simulation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!