isShapeMultipart
Determine if line or polygon has multiple parts
Description
returns tf
= isShapeMultipart(x
,y
)1
(true
) when the specified line or polygon
has multiple parts that are separated by NaN
values. A line with multiple
parts has multiple line segments. A polygon with multiple parts has inner rings or
nonintersecting regions. If the specified line or polygon consists of a single part, the
function returns a logical 0
(false
).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006a