Toolbox Distribution
You can package MATLAB® files to create a toolbox to share with others. These files can
include MATLAB code, data, apps, examples, and documentation. When you create a
toolbox, MATLAB generates a single installation file (.mltbx
)
that enables you or others to install your toolbox.
Functions
Topics
- Create and Share Toolboxes
You can package MATLAB files to create a single installation file to share with others. These files can include MATLAB code, data, apps, examples, and documentation.
- Identify Program Dependencies
Determine which functions and scripts your program is dependent upon.
- Add Help for Your Program
Add help text to your program that displays in the Command Window when you use the
help
function. - Customize Code Suggestions and Completions
To customize code suggestions and completions for your functions, provide MATLAB with information about your function signatures.
- Create Factory Settings for Toolboxes
Create factory settings that can be used to customize the appearance and behavior of the toolbox after installation.