plot 2/3D vector(s)

Plots 2D or 3D vectors at points, both provided as matrices of column vectors.

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

QUIVERMD(AX, X, V, VARARGIN) plots the column vectors in matrix V at the points with coordinates the column vectors in matrix X, within axes object AX using plot formatting options in VARARGIN.

Example
x = linspace(0, 10, 20);
y = linspace(0, 10, 20);
[X, Y] = meshgrid(x, y);

x = [X(:), Y(:) ].';
v = [sin(x(1, :) ); cos(x(2, :) ) ];

quivermd(gca, x, v)

For usage information please type "help quivermd".

引用

Ioannis Filippidis (2026). plot 2/3D vector(s) (https://jp.mathworks.com/matlabcentral/fileexchange/35224-plot-2-3d-vector-s), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: plot 2/3D point(s)

カテゴリ

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

一般的な情報

MATLAB リリースの互換性

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

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

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