Main Content

Extension Points

Use extension points to extend MATLAB including adding items to the quick access toolbar and adding context menu items
Since R2025a

You can extend various functionalities within MATLAB® using extension points. For example, you can use extension points to add items to the quick access toolbar, add context menu items, or customize how new file types display.

Functions

expand all

mw.desktop.addressBar.displayedRootsCustomize list of displayed roots in address bar
mw.desktop.fileBrowsers.contextMenuAdd items to Files panel context menu
mw.desktop.quickAccessAdd items to quick access toolbar
mw.fileTypes.iconsAdd custom icons for file type
mw.fileTypes.labelsAdd custom labels for file type
mw.fileTypes.filenameValidationAdd filename validations for file type
mw.fileTypes.groupsCreate group of file types

Topics