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!