proximity Sensors library not found
1 次查看(过去 30 天)
显示 更早的评论
I cannot find simscape electronics library in simulink. Does anyone has a way around it?
0 个评论
回答(1 个)
Swarooph
2016-8-23
编辑:Swarooph
2016-8-23
Simscape Electronics is its own library. And you will find it under Simscape and not Simulink. If you cannot find it, run the following command to see if Simscape Electronics is installed on your system.
>> ver
This command will return version numbers of all installed products and their version numbers. So if the toolbox is installed, it should show up in the list.
If it does not show up on the list, the toolbox is not installed.
If it does show up on the list, did you recently install the Simscape Electronics toolbox? You can then try to execute the following commands to reset MATLAB's path to factory conditions. Note that this will remove any user added path that will need to be manually added later. But this is one way to reset MATLAB back to its 'pristine' condition.
restoredefaultpath
rehash toolboxcache
2 个评论
Swarooph
2016-8-23
Can you explain what it means when you say the download did not go through successfully? Do you get an error message or something else?
There could be a chance that you are trying to pull a Simscape Electronics license from only a limited number available in the pool or don't have access to this license. In this case, you can try the following command to see if you can actually check out a license:
license('checkout','SimElectronics')
If the answer is 1, you are actually able to check out the license. If your answer is 0, you should get in touch with your license administrator or MathWorks support to get a better picture.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshooting 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!