扩展点
使用扩展点扩展 MATLAB,包括向快速访问工具栏添加项和添加上下文菜单项
自 R2025a 起
自 R2025a 起
您可以使用扩展点扩展 MATLAB® 中的各种功能。例如,您可以使用扩展点向快速访问工具栏添加项、添加上下文菜单项或自定义新文件类型的显示方式。
函数
主题
- 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.