How to tell Simulink not to treat a subsystem as a sublibrary

5 次查看(过去 30 天)
Hi,
I made a simulink library and I added 2 sublibraries to it with the help of subsystems:
Library: - Sublibrary 1 - Sublibrary 2
In Sublibrary 2 I have a Subsystem which I do not want to be treated as a sublibrary by Simulink's library browser (i.e. I don't want it expanded into its block components). How can you achieve this?
Regards, Remus.

采纳的回答

Kaustubha Govind
Kaustubha Govind 2012-7-20
According to this solution you need to mask it AND add a parameter (maybe a dummy parameter that you don't show on the dialog, if you don't need a parameter).

更多回答(2 个)

Andreas Goser
Andreas Goser 2012-7-20
What about masking? Context menu -> create subsystem
  1 个评论
Remus Mihail Prunescu
I made a mask and the library browser still expands the subsystem into its components (and I also refreshed the tree view after I did the changes).

请先登录,再进行评论。


XiaoBo Chen
XiaoBo Chen 2017-7-14
编辑:XiaoBo Chen 2017-7-15
  1. In Simulink Library Browser, right click on "Ports & Subsystems", select "Open Ports & Subsystems Library";
  2. Under "Diagram" menu, select "Unlock Library";
  3. open "SubSystem" block Property dialog box, select Callbacks tab;
  4. Comment out CopyFcn's content by adding a "%" sign ahead the content,then click ok button;
  5. Move mouse over the "SubSystem" block,press the right button, don't release it until your drag the mouse to your custom library, then select "Paste and Break Links" in the popup context menu;
  6. Remove the previous added "%" sign from CopyFcn's content in both original and pasted "SubSystem" block.

类别

Help CenterFile Exchange 中查找有关 Subsystems 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by