Annotation with angled arrow
8 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Mike Garrity
2015-4-24
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 个评论
更多回答(1 个)
Radha Krishna Maddukuri
2015-4-24
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!