이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
DIRECTEDPLOT Plot with directions
DIRECTEDPLOT(X,Y) plots vector Y versus vector X, with arrows on alternative points. If X or Y is a matrix, then the vector is plotted versus the rows or columns of the matrix,whichever line up.
DIRECTEDPLOT(X,Y,N) places arrows on each N-th point, starting from the first.
DIRECTEDPLOT(X,Y,N,LINESPEC) uses the plot linestyle specified for the plots and the arrows. See PLOT for other possibilities.
[H1,H2] = DIRECTEDPLOT(...) also returns the handles for the plot and the arrows
Example:
x = linspace(0,2*pi,10)';
y = [cos(x) sin(x)];
[h1,h2] = directedplot(x,y);
axis equal
인용 양식
Mukhtar Ullah (2026). DIRECTEDPLOT (https://kr.mathworks.com/matlabcentral/fileexchange/6510-directedplot), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Plot With Direction
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
