MATLAB 도움말 센터
Determine if polyshape boundary is a hole
polyshape
TF = ishole(polyin)
TF = ishole(polyin,I)
TF = ishole(polyin) returns a logical vector whose elements are 1 (true) if the corresponding boundary of polyin is a hole.
TF
polyin
true
example
TF = ishole(polyin,I) returns a logical vector corresponding to the boundaries of polyin indexed by I. TF is the same length as I.
I
collapse all
Create a polygon containing one solid region and one hole, and determine which region is a hole.
t = 0.05:0.5:2*pi; x1 = cos(t); y1 = sin(t); x2 = 0.5*cos(t); y2 = 0.5*sin(t); polyin = polyshape({x1,x2},{y1,y2})
polyin = polyshape with properties: Vertices: [27×2 double] NumRegions: 1 NumHoles: 1
plot(polyin)
TF = 2×1 logical array 0 1
To query one boundary at a time, use the boundary index as a second argument.
TF = ishole(polyin,2)
TF = logical 1
Input polyshape, specified as a scalar.
Data Types: polyshape
Boundary index, specified as a scalar integer or vector of integers. Each element of I corresponds to a single boundary of the input polyshape.
Data Types: double | single | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64
double
single
int8
int16
int32
int64
uint8
uint16
uint32
uint64
expand all
Usage notes and limitations:
Dynamic memory allocation must be enabled for code generation.
Name-value pair must be compile time constant.
Introduced in R2017b
polyshape | holes
holes
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의