How do you change the locations of the inputs and outputs of a subsystem in Simulink or Simevents?

105 views (last 30 days)
Hello,
I'm trying to figure out how to change the locations of inputs and outputs on a subsystem so that it will be easier to route wires in a desired direction. It will also allow for smoother flow when debugging specific things in my design. Any help would be greatly appreciated.
  6 Comments
James Popenhagen
James Popenhagen on 28 Jan 2013
That's what I'm trying to ask. How do I do this? I did this in paint, but I don't know how to do it in Simulink.

Sign in to comment.

Answers (4)

Azzi Abdelmalek
Azzi Abdelmalek on 28 Jan 2013
Edited: Azzi Abdelmalek on 28 Jan 2013
You mean, you want to rotate your block, Select your block then type, ctrl+r twice
  3 Comments
James Popenhagen
James Popenhagen on 28 Jan 2013
That's what I'm trying to ask. How do I do this? I did this in paint, but I don't know how to do it in Simulink.

Sign in to comment.


Alec Reed
Alec Reed on 8 Aug 2018
Only 5 years late, but within the subsystem, you can right click a port, select block parameters, and there is a option that says "Port Location on Parent Subsystem". Better late than never!
  2 Comments
Yale Lee
Yale Lee on 9 Mar 2022
You can right-click on the subsystem (or pretty much any component) and select 'Rotate & Flip' and either 'Flip Block' to apply a vertical axial symetry, or rotate it as many times as needed. You can also flip the name label to put it on top (or bottom depending on how many times you apply it) of the block.
Hope this answers the question.

Sign in to comment.


Oleksandr
Oleksandr on 24 Mar 2023
With physical ports of subsystems in SimScape its tricky. You should obey certain sequence when creating them - from left to right, from top to bottom. This will affect wheather they will appear on the left or right side of the subsystem
In the example below I have created first Ua, then T1 to the right, then Ub below then T2 and so on.
Good luck!

Alexander
Alexander on 3 Jan 2024
In 2023b, this seems to only be possible using simscape and bidirectional ports:
I don't think you can change the defaut side for inport/outport in simulink, but you can drag that port to any side that you wish. This would need to be done manually for each instance and only works if there is no mask.
I find this limitation very confusing when using back pressure. I'd like to put my back pressure output port for my inputs on the input side and back pressure input port for my outputs on the output side.

Categories

Find more on Discrete-Event Simulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!