채택된 답변

mizuki
mizuki 2017년 3월 26일

0 개 추천

The easiest way is to use plot tools
>> plottools
and insert the text arrow.
Another way is to use annotation command.
f1 = figure;
y = [75 91 105 123.5 131 150 179 203 226 249 281.5];
bar(y)
annotation(f1,'textarrow',[0.55 0.8],...
[0.87 0.87],'String',{'this work'});

댓글 수: 1

ahmad hashemi
ahmad hashemi 2017년 3월 26일
this good way   thanks but i used the code {text} for this work

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2017년 3월 24일

댓글:

2017년 3월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by