How can I set the position of the text of a textarrow manually?

29 ビュー (過去 30 日間)
Soroush Asarzadeh
Soroush Asarzadeh 2016 年 2 月 29 日
回答済み: Raj 2023 年 11 月 17 日
Hi all, I use annotation to plot arrows on my axes. But I want to show its text in a customized position.
annotation('textarrow',[x1 x2],[y1 y2],'String','Hello')
is there any property, which can set the position of 'Hello'?

回答 (1 件)

Raj
Raj 2023 年 11 月 17 日
Hello Soroush,
I understand you want to customise the position of your arrow text present in your axes. For this you can use Name-Value argument and in that use either Text arrow or Text box object property, whichever serves your use case better.
Attaching below the links to the respective documentation page for your reference
To summarise, 'TextArrow' is suitable when you want to indicate a directional relationship between two points with an arrow and text, while 'TextBox' is useful when you want to enclose the text within a rectangular box and have more control over its positioning and appearance.
I hope this solves your query!

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by