How to use Simulink's "Arrange" options programmatically?
27 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Monika Jaskolka
le 25 Nov 2018
Réponse apportée : Arvind Sathyanarayanan
le 6 Déc 2018
Simulink has many useful functions in the context menu for arranging blocks in a model, as shown in the image below. Is it possible to use these functions programmatically instead of via the context menu? Where can I find the API for these functions?
![Arrange Options](https://www.mathworks.com/matlabcentral/answers/uploaded_files/196684/Arrange%20Options.png)
0 commentaires
Réponse acceptée
Arvind Sathyanarayanan
le 6 Déc 2018
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.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!