How can I trigger Stateflow's "Arrange Automatically" via the API?

9 visualizaciones (últimos 30 días)
Alex Hirzel
Alex Hirzel el 19 de En. de 2023
Comentada: Alex Hirzel el 27 de En. de 2023
You can arrange a Stateflow chart within the editor by using Ctrl+Shift+A to "Arrange Automatically". How can I trigger this functionality when programmatically generating a Stateflow chart? For instance, the analogous feature in Simulink can be accessed from MATLAB via the Simulink.BlockDiagram.arrangeSystem function.

Respuestas (1)

Kunal Kandhari
Kunal Kandhari el 19 de En. de 2023
I am not aware of ways to align or distribute blocks programmatically but, starting MATLAB 2018b you can use Simulink.BlockDiagram.arrangeSystem(system) from your MATLAB command window to automatically arrange your model.
Please see the section titled Arrange Model Layouts Automatically in this help document.

Categorías

Más información sobre Complex Logic en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by