isToolboxAvailable

版本 1.0.0.0 (1.3 KB) 作者: Reza Ahmadzadeh
This function checks the availability of a specific toolbox on the installed MATLAB on your machine.
869.0 次下载
更新时间 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