Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen99scott committed Jul 21, 2020
2 parents 9d9d49f + 7f07304 commit 206ac30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Flatten Subsystem Tool

The Flatten Subsystem tool automatically flattens a Simulink subsystem, that
is, it moves the subsystem contents up one level, reconnects the signals, and
removes the subsystem block. This tool is useful for making quick transformations
to a model by automating the tedious task of manually copying and connecting
the many elements contained in a subsystem.

*Note: This functionality has been since included in Matlab/Simulink 2014a
as the "Expand Subsystem" operation. This tool is still beneficial for earlier
versions of Matlab/Simulink, as well as handling more types of subsystems*

## User Guide
For installation and other information, please see the [User Guide](doc/FlattenSubsystem_UserGuide.pdf).

0 comments on commit 206ac30

Please sign in to comment.