How to display list of installed toolbox?

174 visualizaciones (últimos 30 días)
ilhem ouerghui
ilhem ouerghui el 24 de Nov. de 2016
Respondida: Ankit Jaiswal el 24 de Mayo de 2019
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.

Respuesta aceptada

Adam
Adam el 24 de Nov. de 2016
Editada: Adam el 24 de Nov. de 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 comentarios
Mohammad Bhat
Mohammad Bhat el 3 de Mzo. de 2018
>> license( 'test', 'Wavelet_Toolbox' )
ans =
1
>>
Adam
Adam el 5 de Mzo. de 2018
What do you mean by not working? You have to have the toolbox installed as well as having a license for it.

Iniciar sesión para comentar.

Más respuestas (1)

Ankit Jaiswal
Ankit Jaiswal el 24 de Mayo de 2019

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by