フィルターのクリア

How to display list of installed toolbox?

182 ビュー (過去 30 日間)
ilhem ouerghui
ilhem ouerghui 2016 年 11 月 24 日
回答済み: Ankit Jaiswal 2019 年 5 月 24 日
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.

採用された回答

Adam
Adam 2016 年 11 月 24 日
編集済み: Adam 2016 年 11 月 24 日
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 件のコメント
Mohammad Bhat
Mohammad Bhat 2018 年 3 月 3 日
>> license( 'test', 'Wavelet_Toolbox' )
ans =
1
>>
Adam
Adam 2018 年 3 月 5 日
What do you mean by not working? You have to have the toolbox installed as well as having a license for it.

サインインしてコメントする。

その他の回答 (1 件)

Ankit Jaiswal
Ankit Jaiswal 2019 年 5 月 24 日

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by