quiver2.m v1.2 (Nov 2009)

Same as QUIVER, QUIVER3 or FEATHER but with colored, normalized, widened and ARROW's!
다운로드 수: 4K
업데이트 날짜: 2009/11/12

라이선스 보기

This program use QUIVER/QUIVER2 to generate a vector field specialized plot and then customizes the arrows according to its length.

Just type
>> quiver2(U,V)
and that's it. You get
- customized arrows
- NaNs ignored and
- real (U,V) angles with respect to your print/screen.

To use only 7 colors use
>> quiver2(U,V,'c=',jet(7))
or your own colormap if you have my CMAPPING
>> quiver2(U,V,'c=','rygb')

To not normalize the length and draw all lines with the same length use:
>> quiver2(U,V,'n=',0,'w=',1)

To customize the arrows download ARROW by Erik Johnson here at the FileExchange and use:
>> quiver2(U,V,'a@','fancy')

Of course x,y,z may be used, as well as U,V,W and the S,'filled' normal options of QUIVER, besides of others '=' and '@' options as well.

To use it as FEATHER use
>> quiver2(U,V,'t=','feather')
or
>> quiver2(x,[],U,V)

Recommended to download also my CMAPPING and TLABEL for better use of this function.

Enjoy it!
Bugs reports and comments will be very appreciated!

인용 양식

Carlos Adrian Vargas Aguilera (2024). quiver2.m v1.2 (Nov 2009) (https://www.mathworks.com/matlabcentral/fileexchange/24600-quiver2-m-v1-2-nov-2009), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
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.4.0.0

Small typo on submit name.

1.2.0.0

v1.2 Fixed bug when used 0 in 'n=' thanks to Ayal Anis.

1.1.0.0

v1.1 Fixed bug with inputs check-in and an error message (thanks to Ayal Anis).

1.0.0.0