Putting arrows on a graph line matlab
Afficher commentaires plus anciens
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**

Réponses (1)
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 commentaires
Mohammed Magdy Sharara
le 28 Avr 2020
Adam Danz
le 28 Avr 2020
Now I see there is more than 1 type of arrow in your image. The quesiton could have been clearer. I thought you were refering to the e=0.3 arrow.
Mohammed Magdy Sharara
le 28 Avr 2020
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!