Plot With Direction 3D

バージョン 1.0.0.0 (1.4 KB) 作成者: Kangwon Lee
Plot column vectors with arrows pointing to the next elements in 3D.
ダウンロード: 1.1K
更新 2010/11/7

ライセンスの表示

function [h1, h2] = plot_dir3 (vX, vY, vZ)
Plotting x-y-z variables with direction indicating vector to the next element.
Example
vX = linspace(0,2*pi, 10)';
vY = sin (vX);
vZ = cos (vX);
plot_dir3(vX, vY, vZ);

引用

Kangwon Lee (2026). Plot With Direction 3D (https://jp.mathworks.com/matlabcentral/fileexchange/29307-plot-with-direction-3d), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersVector Fields についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0