Extension Points
Use extension points to extend MATLAB including adding items to the quick
access toolbar and adding context menu items
Since R2025a
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
Topics
- Extend MATLAB Using Extension Points
Learn the basics of how to use extension points to extend MATLAB.
- Add Items to Quick Access Toolbar
Add your own custom items to the quick access toolbar using the
mw.desktop.quickAccess
extension point. - Customize How Files Display in MATLAB
Customize how to display file types in MATLAB, including the file icon and label.
- Add Items to Files Panel Context Menu
Add your own custom items to the Files panel context menu using the
mw.desktop.fileBrowsers.contextMenu
extension point.