이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
QUIVERMD(AX, X, V, VARARGIN) plots the column vectors in matrix V at the points with coordinates the column vectors in matrix X, within axes object AX using plot formatting options in VARARGIN.
Example
x = linspace(0, 10, 20);
y = linspace(0, 10, 20);
[X, Y] = meshgrid(x, y);
x = [X(:), Y(:) ].';
v = [sin(x(1, :) ); cos(x(2, :) ) ];
quivermd(gca, x, v)
For usage information please type "help quivermd".
인용 양식
Ioannis Filippidis (2026). plot 2/3D vector(s) (https://kr.mathworks.com/matlabcentral/fileexchange/35224-plot-2-3d-vector-s), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: plot 2/3D point(s)
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
