How do you set the default annotation properties?
古いコメントを表示
I recently migrated to a newer version of Matlab/Simulink. In the old version, the default annotation "HorizontalAlignment" was "center." In the newer version, the default is "left." How can I change my global defaults so that the annotation "HorizontalAlignment" property is "center" again?
回答 (1 件)
Walter Roberson
2018 年 1 月 9 日
編集済み: Walter Roberson
2018 年 1 月 9 日
set(groot,'defaultTextHorizontalAlignment', 'center')
You will want to put this into your startup.m
2 件のコメント
Walter Roberson
2018 年 1 月 10 日
Sorry, I do not know anything about how Simulink creates annotations.
カテゴリ
ヘルプ センター および File Exchange で Programmatic Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!