Contenido principal

Document and Integrate Toolboxes

Create documentation and integrate your toolbox with MATLAB

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

expand all

builddocsearchdbBuild searchable documentation database
patchdemoxmlfilePatch demos.xml file
validateFunctionSignaturesJSONValidate functionSignatures.json files

Desktop

mw.desktop.addressBar.displayedRootsCustomize list of displayed roots in address bar (Since R2025a)
mw.desktop.fileBrowsers.contextMenuAdd items to Files panel context menu (Since R2025a)
mw.desktop.quickAccessAdd items to quick access toolbar (Since R2025a)

File Types

mw.fileTypes.iconsAdd custom icons for file type (Since R2025a)
mw.fileTypes.labelsAdd custom labels for file type (Since R2025a)
mw.fileTypes.filenameValidationAdd filename validations for file type (Since R2025a)
mw.fileTypes.openSpecify default open action for file type (Since R2026a)
mw.fileTypes.groupsCreate group of file types (Since R2025a)

Topics