Package Management
Since R2024b
A package is a collection of MATLAB® code, related files, and a package definition file. The MATLAB Package Manager ensures that when your end users install your library, the correct versions of all required dependent libraries are also installed. To distribute a package to end users, add it to a package repository. For more information, see Organize and Distribute Code Using MATLAB Package Manager.
If you instead want to install MATLAB, Simulink®, and other MathWorks® products or support packages, see Install Programmatically Using MATLAB Package Manager.
Functions
Objects
Topics
- Organize and Distribute Code Using MATLAB Package Manager
Use the MATLAB Package Manager to organize and distribute code.
- Find and Install Packages
Find packages in a repository and install packages and their dependencies.