Vector plot

버전 1.1.1.0 (10.2 KB) 작성자: Damien Garcia
VPLOT plots (velocity) vectors as colored wedges (or other shapes)
다운로드 수: 354
업데이트 날짜: 2017/3/21

라이선스 보기

VPLOT(X,Y,U,V) plots velocity vectors as colored wedges (default shapes) with directions defined by the components (U,V) and centers at the points (X,Y). The arrays X,Y,U,V must all be the same size. By default, the shape colors are determined by the velocity amplitudes.

VPLOT(X,Y,U,V,C) uses C to determine the shape colors. C must be of same size as U and V. If C = [], the wedge colors are determined by the velocity amplitudes. If C is a single character string chosen from the list 'r','g','b', 'c','m','y','w','k', or an RGB row vector triple, [r g b], the shape is filled with the constant specified color.

By default, VPLOT automatically scales the shapes, and their areas are proportional to the velocity amplitudes. The colors are based on the current colormap and the color scaling is determined by the range of C, or by the current setting of CAXIS.

The shapes and their size can be modified by the structure OPTIONS: VPLOT(X,Y,U,V,OPTIONS) or VPLOT(X,Y,U,V,C,OPTIONS).

Enter "help vplot" in the Matlab command window for complete instructions and several examples.

인용 양식

Damien Garcia (2024). Vector plot (https://www.mathworks.com/matlabcentral/fileexchange/62078-vector-plot), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

.

1.1.0.0

.

1.0.0.0