Extract contour data from contour matrix C

버전 1.0.0.0 (1.88 KB) 작성자: Duane Hanselman
Extract contour data created by CONTOUR, CONTOURF, CONTOUR3, and CONTOURC.
다운로드 수: 3K
업데이트 날짜: 2012/10/31

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

CONTOURDATA Extract Contour Data from Contour Matrix C.
CONTOUR, CONTOURF, CONTOUR3, and CONTOURC all produce a contour matrix
C that is traditionally used by CLABEL for creating contour labels.
S = CONTOURDATA(C) extracts the (x,y) data pairs describing each contour
line and other data from the contour matrix C. The vector array structure
S returned has the following fields:
S(k).level contains the contour level height of the k-th line.
S(k).numel contains the number of points describing the k-th line.
S(k).isopen is True if the k-th contour is open and False if it is closed.
S(k).xdata contains the x-axis data for the k-th line as a column vector.
S(k).ydata contains the y-axis data for the k-th line as a column vector.

인용 양식

Duane Hanselman (2024). Extract contour data from contour matrix C (https://www.mathworks.com/matlabcentral/fileexchange/38863-extract-contour-data-from-contour-matrix-c), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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