Main Content

Add-Ons

R2026b
Find, install, and manage add-ons, including optional features, apps, packages, and more

Add-ons extend the capabilities of MATLAB® by providing additional functionality for specific tasks and applications, such as connecting to hardware devices, additional algorithms, and interactive apps. Add-ons are available from MathWorks® and from the global MATLAB user community and include products, apps, packages, and more.

To find, install, and manage add-ons interactively, use the Add-Ons panel. To find and install add-ons programmatically, use the MATLAB Package Manager.

You can also create your own add-ons, including apps and packages, and share them by submitting to File Exchange at MATLAB Central. Shared add-ons are discoverable in both the File Exchange and the Add-On Explorer.

Add-On Explorer showing a list of add-ons including MathWorks Toolboxes and Products and Community packages. To the left of the list are filters for narrowing the list of add-ons and above and to the right of the list is a search bar.

Functions

expand all

mpmsearchSearch for packages in repositories (Since R2024b)
mpminstallInstall package (Since R2024b)
mpmuninstallUninstall package (Since R2024b)
mpmlistList installed packages (Since R2024b)
matlab.addons.installedAddonsGet list of installed add-ons
upgradePreviouslyInstalledSupportPackagesGet previously installed hardware support packages and optional features for the currently installed release
matlabshared.supportpkg.getInstalledList of installed support packages
matlabshared.supportpkg.getSupportPackageRootGet root folder of support packages
matlabshared.supportpkg.setSupportPackageRootSet root folder of support packages

Topics