How to get such types of multiple arrows using annotation​('textarro​w',[0.786 0.775],[0.763 0.763]); or else

2 ビュー (過去 30 日間)
Atom
Atom 2021 年 11 月 7 日
編集済み: Atom 2021 年 11 月 8 日
How to get such type of double arrows at the right of each line using a loop?
p = 0.3:.5:3.5;
plot([0; 10.5],[p; p], 'color','b');
annotation('textarrow',[0.786 0.775],[p p]);
annotation('textarrow',[0.796 0.785],[p p]);

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by