이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
FUNCTION PLOT3C(X,Y,Z,V,'MARKER',Title') plots the values in vector v colour coded at the positions specified by the vectors x, y, and z in a 3-D axis system. A colourbar is added on the right side of the figure.
The colorbar strectches from the minimum value of v to its maximum in 9 steps (10 values).
The second last argument is optional to define the marker being used. The default is a point. To use a different marker (such as circles, ...) send its symbol to the function (which must be enclosed in '; see example).
This function is an extension of PLOTC.
Example:
The seismic P-velocity (v) depends on the three parameters porosity (por) and the bulk moduli of the saturating fluid (kf) and the elastic frame (kd). To plot the velocity data as a function of these three parameters use (assuming that all data are given in vectors):
plot3c(por,kd,kf,v,'d','Velocity')
인용 양식
Ulrich Theune (2026). plot3c (https://kr.mathworks.com/matlabcentral/fileexchange/5735-plot3c), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Color coded 3D scatterplot, qgriddata
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | Added optional title for the colorbar, changed the labelling of the colorbar, and added a test whether all vectores are of the same length |
