拡張点
拡張点を使用して、クイック アクセス ツール バーへの項目の追加やコンテキスト メニュー項目の追加などにより、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.