How to display list of installed toolbox?

246 visualizzazioni (ultimi 30 giorni)
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.

Risposta accettata

Adam
Adam il 24 Nov 2016
Modificato: Adam il 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 Commenti
Mohammad Bhat
Mohammad Bhat il 3 Mar 2018
>> license( 'test', 'Wavelet_Toolbox' )
ans =
1
>>
Adam
Adam il 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.

Accedi per commentare.

Più risposte (1)

Ankit Jaiswal
Ankit Jaiswal il 24 Mag 2019

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by