How to use Simulink's "Arrange" options programmatically?

40 ビュー (過去 30 日間)
Monika Jaskolka
Monika Jaskolka 2018 年 11 月 25 日
回答済み: Arvind Sathyanarayanan 2018 年 12 月 6 日
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

採用された回答

Arvind Sathyanarayanan
Arvind Sathyanarayanan 2018 年 12 月 6 日
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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by