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://kr.mathworks.com/matlabcentral/fileexchange/29307-plot-with-direction-3d), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Vector Fields에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0