필터 지우기
필터 지우기

anyway to place the text of annotation at its right side?

조회 수: 14 (최근 30일)
Yu Li
Yu Li 2019년 1월 18일
답변: Walter Roberson 2019년 1월 19일
Hi:
is there anyway to place the text of annotation at its right side?
Untitled.jpg
below is my code to generate the figure above:
for i=1:1:5
anno=annotation('textbox');
anno.Units='pixel';
anno.Position=anno_posi{i};
anno.BackgroundColor=anno_color{i};
anno.EdgeColor='w';
end
Thanks!
Yu

답변 (1개)

Walter Roberson
Walter Roberson 2019년 1월 19일
annotation textbox have a HorizontalAlignment property that defaults to 'left' but can be set to 'right' or 'center'.
There is also a VerticalAlignment property.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by