フィルターのクリア

How can I draw a arrow

3 ビュー (過去 30 日間)
sina farahi
sina farahi 2014 年 4 月 9 日
コメント済み: Robert Cumming 2014 年 4 月 10 日
How can I plot/draw a vector(with first point and it's length and direction) I want it with it's head(be arrow not only a line) an arrow by its location and size and direction

回答 (1 件)

Robert Cumming
Robert Cumming 2014 年 4 月 9 日
See annotation for drawing arrows.
  2 件のコメント
sina farahi
sina farahi 2014 年 4 月 9 日
annotation('arrow',x,y) doesn't works ;how does it works(what are x & y) thanks
Robert Cumming
Robert Cumming 2014 年 4 月 10 日
x and y are the normalised co-ordinates of the start and end position:
f = figure;
ax = axes('parent', f);
annotation ( 'arrow', [0 1], [0.25 0.5] )

サインインしてコメントする。

カテゴリ

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