Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to build a subsystem with the function of replacing the click menu?
1 次查看(过去 30 天)
显示 更早的评论
how to realize the function of double clicking the subsystem instead of clicking menu> analysis> model dependencies> model dependency viewer> model& libraries
0 个评论
回答(1 个)
goerk
2020-5-12
编辑:goerk
2020-5-12
Create an empty Subsystem.
Right-Click on the subsystem and select 'Properties...'
Go to Tab 'Callbacks' and chose 'OpenFcn'.
insert
mdlName= get_param(bdroot(gcbh),'name');
view_mdlrefs(mdlName);
to the content of callback function field.
For a detailed description see:
Note: To get the same functionality as in the example, you can simply copy the 'block' to your model.
0 个评论
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!