How to display list of installed toolbox?
149 views (last 30 days)
Show older comments
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.
0 Comments
Accepted Answer
Adam
on 24 Nov 2016
Edited: Adam
on 24 Nov 2016
ver
Note: this tells you if it is installed, which is what you asked, though not if you have a license for it or not.
license( 'test', 'Signal_Toolbox' )
should check if you have a license for it
5 Comments
Adam
on 5 Mar 2018
What do you mean by not working? You have to have the toolbox installed as well as having a license for it.
More Answers (1)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!