isToolboxAvailable

버전 1.0.0.0 (1.27 KB) 작성자: Reza Ahmadzadeh
This function checks the availability of a specific toolbox on the installed MATLAB on your machine.
다운로드 수: 868
업데이트 날짜: 2015/6/29

라이선스 보기

This function checks the availability of a specific toolbox on the installed MATLAB on your machine.
The inputs to the function include:
1- the name of the specific toolbox as a string: 'Image Processing Toolbox'
2- the action you want the function take including {'warning', 'error'} . This input is optional.
The output of the function is 1 if the toolbox is installed on your machine and 0 otherwise.
Check out the following example:

>> result = isToolboxAvailable('Image Processing Toolbox','error')
>>
>> result =
>> 1

인용 양식

Reza Ahmadzadeh (2024). isToolboxAvailable (https://www.mathworks.com/matlabcentral/fileexchange/51794-istoolboxavailable), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 File Operations에 대해 자세히 알아보기
도움

줌: BacStalk, BiofilmQ

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0