확장 점(Extension Point)
확장 점을 사용하여 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.