CURVVEC

버전 1.0.0.0 (4.85 KB) 작성자: Andrew Stevens
draw curved vectors from 2D vector data
다운로드 수: 2.5K
업데이트 날짜: 2009/8/18

라이선스 보기

CURVVEC creates curved vectors for 2D vector components U,V. The arrays X,Y define the coordinates for U and V. Curvature of the vectors is based on ML Built-in function, STREAM2. The length of the vectors are scaled to the vector magnitude. The color of the vectors may or may not be scaled according to the vector magnitude depending on optional input parameters.

EXAMPLE:

load wind
mu=mean(u,3); mv=mean(v,3); mx=mean(x,3); my=mean(y,3);

figure
curvvec(mx,my,mu,mv,'color',jet,'minmag',5,...
'maxmag',50,'thin',3)
set(gca,'color','k')

인용 양식

Andrew Stevens (2026). CURVVEC (https://kr.mathworks.com/matlabcentral/fileexchange/25066-curvvec), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

도움 받은 파일: StreakArrow, BIN2MAT

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0