cquiver

버전 1.0.1 (2.62 KB) 작성자: Kim Dohyun
Color quiver based on magnitude or angle. Also, support uniform sampling by averaging or taking the fastest velocity within each grid cell.
다운로드 수: 525
업데이트 날짜: 2019/6/21

라이선스 보기

cquiver(x, y, u, v) plots quiver for at given points (x, y) with the velocity (u, v)

quiv = cquiver(x, y, u, v) returns quiver structure with two properties,
Head and Tail. Here, Head and Tail are the patches which are used for drawing heads and tails.

quiv = cquiver(x, y, u, v, 'cdata', 'angle') set color based on angle.
quiv = cquiver(x, y, u, v, 'sampling', h) plots quiver plot
at uniform grid where grid size is h.
Default sampling method is average.
Sampling method can be changed to 'fastest' by using
quiv = cquiver(x, y, u, v, 'sampling', h, 'samplingmethod', 'fastest')
In this case, the fastest one will be chosen from the rectangle
(X(i)-h/2, X(i)+h/2) x (Y(i)-h/2, Y(i)+h/2).

If you found a bug, feel free to contact me via email in the m-file.

인용 양식

Kim Dohyun (2024). cquiver (https://www.mathworks.com/matlabcentral/fileexchange/71903-cquiver), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

add figure

1.0.0