How to display list of installed toolbox?

165 views (last 30 days)
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.

Accepted Answer

Adam
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
Mohammad Bhat
Mohammad Bhat on 3 Mar 2018
>> license( 'test', 'Wavelet_Toolbox' )
ans =
1
>>
Adam
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.

Sign in to comment.

More Answers (1)

Ankit Jaiswal
Ankit Jaiswal on 24 May 2019

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!