PLOT4

버전 1.0.0.0 (954 Bytes) 작성자: Christophe Lauwerys
Plot colored lines and points in 3-D space
다운로드 수: 7K
업데이트 2006/3/22

라이선스 없음

PLOT4 Plot colored lines and points in 3-D space

PLOT3(x,y,z,c), where x, y, z and c are four vectors of the same length N, plots a line in 3-space through the points whose coordinates are the elements of x, y and z, colored according to the values in c. The line consists of N-1 line segments.

Various line types, plot symbols and colors may be obtained with PLOT3(X,Y,Z,s) where s is a 1, 2 or 3 character string made from the characters listed under the PLOT command.

Example: A helix:

t = 0:pi/50:4*pi;
plot4(sin(t),cos(t),t.^2,t,'.-');

PLOT4 returns a column vector of handles to lineseries objects, one handle per line segment.

See also plot, plot3, line, axis, view, mesh, surf.

인용 양식

Christophe Lauwerys (2026). PLOT4 (https://kr.mathworks.com/matlabcentral/fileexchange/10481-plot4), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Exploration에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0