Putting arrows on a graph line matlab

318 次查看(过去 30 天)
Hello Folks, So i am trying to add arrows and bubble numbers that contain the number of the orbit in my matlab figure
**like this i am using Gui in my matlab i have tried many times but it doesn't work**
**My Gui looks like this**

回答(1 个)

Adam Danz
Adam Danz 2020-4-28
编辑:Adam Danz 2020-4-28
Arrows can be added with annotation but it's an incredibly clumsy process since you have to specify the arrow coordinates in normalized coordinates rather than data coordinates. You could also use quiver which allows you to use data units.
Since your arcs are colored, why not just use a legend?
Update:
To plot a line object with arrows, try one of the files on the file exchange. Here's a good example:
  4 个评论
Mohammed Magdy Sharara
No i mean the arrows in each transfer orbit
Adam Danz
Adam Danz 2020-4-28
编辑:Adam Danz 2020-4-29
See the updated part of my answer. Matlab doesn't have a builtin method of drawing arrows along a line but there are several function on the exchange that do something like that.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by