Grid plot

버전 1.2.0.0 (1.53 KB) 작성자: Mohammad Ali
Plots the gridded data as a surface.
다운로드 수: 685
업데이트 2014/3/25

라이선스 보기

The gridplot function displays a regularly gridded data as a patch surface. The input grid data is a m-by-3 matrix as (x, y, z) triplets. The z value is assigned as a color value to the corresponding patch. A random value is assigned to z when the grid data is a m-by-2 matrix.
Using this function, there is no need to interpolate the gridded data, that might be already the result of an interpolation method. While other methods make gridline-registered grids that can be plotted using e.g. Mtlab surf function, this function makes a pixel registered grid and uses the Matlab patch function to display the grid.

인용 양식

Mohammad Ali (2026). Grid plot (https://kr.mathworks.com/matlabcentral/fileexchange/46010-grid-plot), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.2.0.0

Sorting the input grid data

1.1.0.0

The function description was updated.

1.0.0.0