matlab.addons.installedAddons
Get list of installed add-ons
Description
Examples
Get List of Installed Add-Ons
Suppose that you have an add-on called Random File Name Creator
and versions
2.0
and 4.0
of an add-on called
My Toolbox
installed on your system.
Get the list of installed add-ons.
addons = matlab.addons.installedAddons
addons = 1×4 table Name Version Enabled Identifier ___________________________ _________ _______ ______________________________________ "Random File Name Creator" "1.0" true "75442144-f751-4011-bf0e-32b6fb2f1433" "My Toolbox_v4.0" "4.0" true "6de8682e-9c3c-407e-bad7-aa103d738d08" "My Toolbox" "2.0" false "6de8682e-9c3c-407e-bad7-aa103d738d08"
Output Arguments
addons
— Installed add-ons information
table
Installed add-ons information, returned as a table with one row for each add-on. The table has these columns.
Field | Description | Type |
---|---|---|
Name | Name of the add-on | String scalar |
Version | Version of the add-on | String scalar |
Enabled | Whether the add-on is enabled | Logical |
Identifier | Unique identifier of the add-on | String Scalar |
Version History
Introduced in R2017b
Comando de MATLAB
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)