Plot With Direction

Plot column vectors with arrows pointing to the next elements.

現在この提出コンテンツをフォロー中です。

function [h1, h2] = plot_dir (vX, vY)

Plotting x-y variables with direction indicating vector to the next element.

Example
vX = linspace(0,2*pi, 10)';
vY = sin (vX);
plot_dir(vX, vY);

Plot and quiver functions used.

引用

Kangwon Lee (2026). Plot With Direction (https://jp.mathworks.com/matlabcentral/fileexchange/1676-plot-with-direction), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Plot directed, DIRECTEDPLOT

カテゴリ

Help Center および MATLAB AnswersVector Fields についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Added comment lines

1.0.0.0