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.
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 (2026). isToolboxAvailable (https://jp.mathworks.com/matlabcentral/fileexchange/51794-istoolboxavailable), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Programming > Files and Folders > File Operations >
- MATLAB > Installation and Licensing > Manage Products >
Help Center および MATLAB Answers で File Operations についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
