CoordinateBoundsArray

CoordinateBoundsArray[{{xmin,xmax},{ymin,ymax},}]

生成形如 {x,y,} 的一组坐标的阵列,在每个维度上的相互间隔都是整数.

CoordinateBoundsArray[{xrange,yrange,},d]

在每个维度使用步长 d.

CoordinateBoundsArray[{xrange,yrange,},{dx,dy,}]

在各个维度分别使用步长 dx, dy, .

CoordinateBoundsArray[{xrange,yrange,},Into[n]]

把每个维度划分为 n 个相等的步长.

CoordinateBoundsArray[{xrange,yrange,},steps,offsets]

指定用于每个坐标点的偏移量.

CoordinateBoundsArray[{xrange,yrange,},steps,offsets,k]

把阵列在每个方向都扩展 k 个元素.

更多信息

  • CoordinateBoundsArray 给出了规则点格中的坐标阵列.
  • 在默认情况下,每个方向上的值序列都从最小值开始,在相应的方向重复加上步长直至达到最大值.
  • 当没有指定偏移量时,坐标直接对应值序列.
  • 偏移量可以以绝对距离的形式给出,或使用 Scaled. Scaled[1/2] 能把坐标点置于每个"晶胞"的中心.
  • CoordinateBoundsArray 中的值可以是 Quantity 对象.

范例

打开所有单元关闭所有单元

基本范例  (3)

二维点的网格:

指定离散化步长的三维点阵列:

返回网格晶胞的中心点:

范围  (6)

提供了坐标阵列的角落位置,采用默认的离散化值、偏移量和填充值:

为所有维度指定公共的离散化步长:

为不同维度指定各自晶胞的大小:

Quantity 对象作为参数:

返回网格晶胞的中心点:

数值偏移量被解释为绝对偏移量:

Scaled 指定相对偏移量:

返回额外的点层或移除它们中的部分:

指定分划数:

应用  (1)

计算美国经纬度的界限:

CoordinateBoundsArray 生成坐标数组,步长为 2 度:

在地图上绘制这些坐标:

在柱面投影上绘制这些点:

属性和关系  (4)

CoordinateBounds 返回 0 偏移量的输入边界:

使用其它偏移量结果完全不同:

CoordinateBoundingBoxArray 使用角落位置代替范围列表:

CoordinateBoundsArray 可以返回坐标列表的阵列,即使在只有一维的情况下:

Range 可以返回那些单独坐标的列表:

CoordinateBoundsArrayInto 指定分划数目:

Subdivide 可以返回那些单独坐标的列表:

Wolfram Research (2015),CoordinateBoundsArray,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CoordinateBoundsArray.html.

文本

Wolfram Research (2015),CoordinateBoundsArray,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CoordinateBoundsArray.html.

CMS

Wolfram 语言. 2015. "CoordinateBoundsArray." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CoordinateBoundsArray.html.

APA

Wolfram 语言. (2015). CoordinateBoundsArray. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CoordinateBoundsArray.html 年

BibTeX

@misc{reference.wolfram_2024_coordinateboundsarray, author="Wolfram Research", title="{CoordinateBoundsArray}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/CoordinateBoundsArray.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_coordinateboundsarray, organization={Wolfram Research}, title={CoordinateBoundsArray}, year={2015}, url={https://reference.wolfram.com/language/ref/CoordinateBoundsArray.html}, note=[Accessed: 17-November-2024 ]}