proximity Sensors library not found

1 view (last 30 days)
abhishek pathak
abhishek pathak on 22 Aug 2016
Commented: Swarooph on 23 Aug 2016
I cannot find simscape electronics library in simulink. Does anyone has a way around it?

Answers (1)

Swarooph
Swarooph on 23 Aug 2016
Edited: Swarooph on 23 Aug 2016
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 Comments
abhishek pathak
abhishek pathak on 23 Aug 2016
Edited: abhishek pathak on 23 Aug 2016
Thank you Swarooph for replying. After running ver commnad, this is was comes up and I cant locate Simscape electronics here ( see at bottom) I also reset path to factory conditions and again ran the ver command but it did not help either. I tried to install simscape electronics library from matlab but download did not go through successfully. Let me know what do you think Regards
MATLAB Version: 8.2.0.701 (R2013b) MATLAB License Number: •••••• Operating System: Microsoft Windows 7 Version 6.1 (Build 7601: Service Pack 1) Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode ---------------------------------------------------------------------------------------------------- MATLAB Version 8.2 (R2013b) Simulink Version 8.2 (R2013b) Control System Toolbox Version 9.6 (R2013b) Curve Fitting Toolbox Version 3.4 (R2013b) DSP System Toolbox Version 8.5 (R2013b) Embedded Coder Version 6.5 (R2013b) Fixed-Point Designer Version 4.1 (R2013b) MATLAB Coder Version 2.5 (R2013b) Optimization Toolbox Version 6.4 (R2013b) Robust Control Toolbox Version 5.0 (R2013b) Signal Processing Toolbox Version 6.20 (R2013b) SimDriveline Version 2.5 (R2013b) Simscape Version 3.10 (R2013b) Simulink Coder Version 8.5 (R2013b) Simulink Control Design Version 3.8 (R2013b) Simulink Verification and Validation Version 3.6 (R2013b) Spreadsheet Link EX Version 3.2 (R2013b) Stateflow Version 8.2 (R2013b) Symbolic Math Toolbox Version 5.11 (R2013b) System Identification Toolbox
Swarooph
Swarooph on 23 Aug 2016
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.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!