Document and Integrate Toolboxes
When you share code with others, you can also create help text and documentation that appears alongside MathWorks® content.
Additionally, you can configure aspects of the MATLAB® environment for your end users by using extension points. For example, add items to the quick access toolbar, add context menu items, or customize how file types display.
Functions
Topics
- Add Help for Your Program
Add help text to your program that displays in the Command Window when you use the
helpfunction. - Customize Code Suggestions and Completions
To customize code suggestions and completions for your functions, provide MATLAB with information about your function signatures.
- Extend MATLAB Using Extension Points
Create a JSON file to define extension points that extend MATLAB. (Since R2025a)
- Create Factory Settings for Toolboxes
Create factory settings that can be used to customize the appearance and behavior of the toolbox after installation.