CoordinateBoundingBoxArray
CoordinateBoundingBoxArray[{{xmin,ymin,…},{xmax,ymax,…}}]
generates an array of {x,y,…} coordinates with integer steps in each dimension.
CoordinateBoundingBoxArray[{min,max},d]
uses step d in each dimension.
CoordinateBoundingBoxArray[{min,max},{dx,dy,…}]
uses steps dx, dy, … in successive dimensions.
CoordinateBoundingBoxArray[{min,max},Into[n]]
divides into n equal steps in each dimension.
CoordinateBoundingBoxArray[{min,max},steps,offsets]
specifies offsets to use for each coordinate point.
CoordinateBoundingBoxArray[{min,max},steps,offsets,k]
expands the array by k elements in every direction.
Details
- CoordinateBoundingBoxArray gives an array of coordinates for points in a regular lattice.
- In the default case, the sequence of values chosen in each direction is obtained by starting from the minimum value and repeatedly adding the step corresponding to that direction until the maximum value is reached.
- When no offsets are specified, the coordinates correspond directly to the sequences of values.
- Offsets can be given in terms of absolute distances, or by using Scaled. Scaled[1/2] puts the coordinate points at the center of every "cell".
- Values in CoordinateBoundingBoxArray can be Quantity objects.
Examples
open allclose allBasic Examples (3)
Scope (6)
Provide corner positions for the coordinate array, with default discretization, offsets, and padding:
Specify a common discretization step for all dimensions:
Specify respective cell sizes for different dimensions:
Give arguments as Quantity objects:
Return center points of the cells of the grid:
Numeric offset is interpreted as absolute:
Specify any relative offset using Scaled:
Properties & Relations (4)
CoordinateBoundingBox returns the corner positions for 0 offsets:
With other offsets the result will be different:
CoordinateBoundsArray uses a list of ranges instead of corner positions:
CoordinateBoundingBoxArray returns an array of lists of coordinates, even in only one dimension:
Range returns a list of those individual coordinates:
CoordinateBoundingBoxArray specifies number of subdivisions using Into:
Subdivide returns a list of those individual coordinates:
Text
Wolfram Research (2015), CoordinateBoundingBoxArray, Wolfram Language function, https://reference.wolfram.com/language/ref/CoordinateBoundingBoxArray.html.
CMS
Wolfram Language. 2015. "CoordinateBoundingBoxArray." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CoordinateBoundingBoxArray.html.
APA
Wolfram Language. (2015). CoordinateBoundingBoxArray. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CoordinateBoundingBoxArray.html