Customizing Simulink block diagram options
2 次查看(过去 30 天)
显示 更早的评论
I want to add some custom options to my simulink models. I want to be able to right click on a simulink subsystem and have some options that I have defined available. I know that to add to the Tools menu you should use:
cm.addCustomMenuFcn('Simulink:ToolsMenu', @getMyMenuItems);
Along with the other necessary functions and schemas but what is the syntax for adding options to the menu that appears when you right click in a simulink model?
0 个评论
回答(1 个)
Kaustubha Govind
2012-6-27
It doesn't look like you can customize context (right-click) menus at this point. As per the documentation, you can only customize the Editor menu, Library Browser and Dialog Box controls. I would recommend confirming this limitation with MathWorks Tech Support and submit an enhancement request.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Environment Customization 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!