Annotation with angled arrow
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Punit
le 22 Avr 2015
Réponse apportée : Mike Garrity
le 24 Avr 2015
Hi,
I would like to use \nwarrow in the annotation text. But these latex commands are not supported in matlab, How do I get an angled arrow to my annotation?
Thanks
-Punit
0 commentaires
Réponse acceptée
Mike Garrity
le 24 Avr 2015
They are supported, but the default interpreter for annotations is tex. You'll need to set it to latex to get what you want:
annotation('textbox','String','$$X \nwarrow A$$','Interpreter','latex')
0 commentaires
Plus de réponses (1)
Radha Krishna Maddukuri
le 24 Avr 2015
After plotting a figure, for example:
plot(1:1:10,2:2:20)
Now in the figure, from the menu bar choose View --> Figure Palette. Here there are lot of annotations available.
Hope this helps.
0 commentaires
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!