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.
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.
Help text appears in the Command Window when you use the
help
function. Create help text for your program by
inserting comments at the beginning.
Check Which Programs Have Help
To determine which of your programs files have help text, you can generate a Help Report.
Customize Code Suggestions and Completions
To customize code suggestions and completions for your functions, provide MATLAB with information about your function signatures.
If you create a toolbox that works with MathWorks® products, you can include custom documentation that is viewable in the MATLAB Help browser. Custom documentation can include figures, diagrams, screen captures, equations, and formatting to make your toolbox help more usable.
Display examples such as videos, published program scripts, or other files that illustrate the use of your programs in the MATLAB help browser.
Determine which functions and scripts your program is dependent upon.
Create Factory Settings for Toolboxes
Create factory settings that can be used to customize the appearance and behavior of the toolbox after installation.