Share and Distribute Software
The simplest way to share software that you have developed in MATLAB is to create a toolbox. For details, see Create and Share Toolboxes.
In contrast, packages provide more control over dependencies and support scripted installation, but they require that you create your own disk- or network-based repository. For an overview of the process, see Find and Distribute Code Using MATLAB Package Manager.
End users can install software from either toolboxes or packages using the Add-On Manager. For details, see Add-Ons.
Functions
Topics
- Create and Share Toolboxes
Package MATLAB® files to create a single installation file to share with others. These files can include MATLAB code, data, apps, examples, and documentation.
- Find and Distribute Code Using MATLAB Package Manager
Use the MATLAB Package Manager to find, organize, and distribute code.
- Identify Program Dependencies
Determine which functions and scripts your program is dependent upon.