Main Content
generateCircleGridPoints
Syntax
Description
generates circle grid point locations based on the specified number of circles in each
dimension worldPoints
= generateCircleGridPoints(patternDims
,centerDistance
)patternDims
and the specified distance in world units between
the centers of two adjacent circles centerDistance
.
For more details on circle grid patterns, see Circle Grid Patterns.
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example, worldPoints
= generateCircleGridPoints(___,Name=Value
)PatternType="symmetric"
sets the pattern type to "symmetric"
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b