How to display list of installed toolbox?

조회 수: 165 (최근 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 CenterFile Exchange에서 Introduction 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