chaiNNer icon indicating copy to clipboard operation
chaiNNer copied to clipboard

Feature - Create Subsystems

Open jpassos92 opened this issue 3 years ago • 2 comments
trafficstars

As a model increases in size and complexity, you can simplify it by grouping blocks into subsystems.

A subsystem is a set of blocks that you group into a single Subsystem block.

Using subsystems:

Establishes a hierarchical block diagram where a Subsystem block is on one layer and the blocks that make up the subsystem are on another.

Keeps functionally related blocks together.

Helps reduce the number of blocks displayed in your model window.

Establishes an interface with inputs and outputs.

When you make a copy of a subsystem, that copy is independent of the source subsystem. To reuse the contents of a subsystem across a model or across models, consider referenced subsystems, referenced models, or subsystems linked to a block in a custom library.

More info at:

https://www.mathworks.com/help/simulink/ug/creating-subsystems.html

I'm building a fairly complex program that do a series of step, the model is just too big and a messy.

That feature would help make it readable once more.

Thanks for the awesome creation.

jpassos92 avatar Sep 16 '22 05:09 jpassos92

This feature is already planned.

Duplicate of #822.

RunDevelopment avatar Sep 16 '22 11:09 RunDevelopment

Thank you, I hand find that yesterday.

jpassos92 avatar Sep 16 '22 17:09 jpassos92