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.
- Security Considerations to Protect Your Source Code
When you share your MATLAB code, the contents are easily accessed, revealing design and implementation details. You can obfuscate or compile your source files.
- 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.