Align simulink blocks to top left of the window

8 visualizaciones (últimos 30 días)
Luke Jennings
Luke Jennings el 24 de Nov. de 2021
Comentada: Monika Jaskolka el 24 de Nov. de 2021
To try and keep or models neat and consistent we want to have all subsystems zoom set to 100% and aligned to the top left of the window when the model is opened. So I am trying to create an app that is run after the user makes changes to do this. I found this answer https://uk.mathworks.com/matlabcentral/answers/438327-how-to-ensure-all-of-our-models-and-subsystems-are-centered-on-the-screen-and-are-at-100-zoom which helps with the zoom and in all except the top level they seem to happen to open with the blocks aligned to the top left of the window after changing the zoom. What command can I use to ensure that the blocks are located in the top left of the window and one that works at the top level of a model?
Thanks in advance for the help.

Respuestas (1)

Monika Jaskolka
Monika Jaskolka el 24 de Nov. de 2021
As far as I am aware, the zooming function is not able to zoom to align blocks on the top left. The ZoomFactor parameter only has the below options, and FitSystem/FitSelection will both try to center the system/selection.
I am not aware of any other commands to move the viewbox in a more precise way.
To zoom only the top-level system, the command is:
set_param(bdroot(gcs), 'ZoomFactor', 'FitSystem')
  2 comentarios
Luke Jennings
Luke Jennings el 24 de Nov. de 2021
Thank you for the reply, I agree with what you said I was hoping someone may know of a command that moves the viewbox in a different way. But I do think I might be looking for something that does not exisit.
Monika Jaskolka
Monika Jaskolka el 24 de Nov. de 2021
No problem. Unfortunately it does seem like the functionality either doesn't exist or it exists but is "undocumented" by MathWorks.

Iniciar sesión para comentar.

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by