フィルターのクリア

Annotation with angled arrow

6 ビュー (過去 30 日間)
Punit
Punit 2015 年 4 月 22 日
回答済み: Mike Garrity 2015 年 4 月 24 日
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

採用された回答

Mike Garrity
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')

その他の回答 (1 件)

Radha Krishna Maddukuri
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.

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by