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

도움

도움 준 파일: Plot directed, DIRECTEDPLOT

카테고리

Help CenterMATLAB Answers에서 Vector Fields에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Added comment lines

1.0.0.0