isToolboxAvailable

This function checks the availability of a specific toolbox on the installed MATLAB on your machine.
869 descargas
Actualizado 29 jun 2015

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2007b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre File Operations en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: BacStalk, BiofilmQ

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0