Custom Toolstrip tab Matlab R2022b?
조회 수: 13 (최근 30일)
이전 댓글 표시
Hi everyone.
I was looking for a way to create a custom toolstrip similar as the ones highlighted in red:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1577476/image.png)
For simulink I found that this is possible usign slCreateToolstripComponent (https://it.mathworks.com/help/simulink/ug/create-custom-simulink-toolstrip-tabs.html) but I could not find anything relatable for matlab itself.
Is there anyone who can help me?
댓글 수: 0
채택된 답변
Angelo Yeo
2023년 12월 28일
Custom tabs are not supported for MATLAB. As you found only Simulink has ones.
댓글 수: 0
추가 답변 (1개)
Yair Altman
2024년 9월 7일
You can indeed create custom toolstrips in Matlab, as I have shown in the following series of articles: https://undocumentedmatlab.com/articles/tag/toolstrip
Note that this relies on functionality that is not officially supported by MathWorks, but works very well in practice for the past 10-15 Matlab releases. In this sense the answer above by @Angelo Yeo is quite misleading.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Naming Conventions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!