How to reorganize blocks programmatically based on another block.

Hi, I am trying to organize a model programmatically. Basically I want to reposition all the Inports/outports of a subsystem with respect to the inputs and outputs of a subsystem block. Here is an example of what I am trying to accomplish. Does anyone now of a simple way to do so?
Thank you very much in advance

Respuestas (2)

Mark McBroom
Mark McBroom el 5 de Jul. de 2018
You will need to write MATLAB code that uses find_system() to locate the subsystem, inports and outports, and then get_param(gcbh,'Position')/set_param(gcbh,'Position', ...) to obtain and change their location on the canvas.
TAB
TAB el 6 de Jul. de 2018
Editada: TAB el 6 de Jul. de 2018
Check this submission on file exchange:
You can modify it to suite your need.

Categorías

Más información sobre Create Large-Scale Model Components en Centro de ayuda y File Exchange.

Productos

Versión

R2016a

Preguntada:

el 4 de Jul. de 2018

Editada:

TAB
el 6 de Jul. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by