Main Content
sortboundaries
Sort polyshape
boundaries
Syntax
Description
polyout = sortboundaries(
returns a polyin
,criterion
,direction
)polyshape
object whose boundaries are sorted according
to the specified criterion
and direction
. For
example, polyout = sortboundaries(polyin,'area','ascend')
returns
a polyshape
whose boundaries are the same as
polyin
. polyout
lists the boundaries in
ascending order by their area.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2017b