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

24 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by