How to display list of installed toolbox?

180 vues (au cours des 30 derniers jours)
ilhem ouerghui
ilhem ouerghui le 24 Nov 2016
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.

Réponse acceptée

Adam
Adam le 24 Nov 2016
Modifié(e) : Adam le 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 commentaires
Mohammad Bhat
Mohammad Bhat le 3 Mar 2018
>> license( 'test', 'Wavelet_Toolbox' )
ans =
1
>>
Adam
Adam le 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.

Connectez-vous pour commenter.

Plus de réponses (1)

Ankit Jaiswal
Ankit Jaiswal le 24 Mai 2019

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by