CoordinateBounds

CoordinateBounds[coords]

给出由 coords 定义的区域的边界在每个维度的范围列表 {{xmin,xmax},{ymin,ymax},}.

CoordinateBounds[coords,δ]

在每个维度把范围坐标外扩 ±δ.

CoordinateBounds[coords,Scaled[s]]

在每个维度外扩缩放量 s.

CoordinateBounds[coords,{p1,p2,}]

在各个维度分别外扩 p1, p2, .

CoordinateBounds[coords,{{p1min,p1max},{p2min,p2max},}]

给出 {{xmin-p1min,xmax+p1max},{ymin-p2min,ymax+p2max},}

更多信息

范例

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

基本范例  (1)

找出二维情况下坐标点集的边界:

往各方向外扩 1:

在各维度外扩边界范围的 1/4:

范围  (1)

位于不同层的各种类型的三维坐标列表:

找出它们的边界:

在每个维度上外扩 1:

在每个维度上外扩一定比例:

在不同维度上外扩不同的量:

外扩不同的最大值和最小值:

推广和延伸  (1)

当有坐标不是数值时,结果通常用带有 MinMax 的表达式表示:

属性和关系  (2)

一般来说,CoordinateBounds[coords]CoordinateBoundingBox[coords] 的转置:

对矩阵中的坐标,CoordinateBounds[coords] 等价于 Map[MinMax, Transpose[coords]]

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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