How to display list of installed toolbox?
조회 수: 149 (최근 30일)
이전 댓글 표시
I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.
댓글 수: 0
채택된 답변
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
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개)
참고 항목
카테고리
Help Center 및 File 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!