I know there is a function named annotation can plot arrows or double arrows. But annotation can only plot in normalized unit. For example:
annotation(\'arro
You can use the 'arrow' component in the (well-documented) DaVinci Draw toolbox (full disclosure: I wrote/sell the toolbox, though arrows are free).
Example syntax and example output are below.
davinci( 'arrow', 'X', [0 10], 'Y', [0 2], )