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},…}
范例
打开所有单元关闭所有单元属性和关系 (2)
一般来说,CoordinateBounds[coords] 是 CoordinateBoundingBox[coords] 的转置:
对矩阵中的坐标,CoordinateBounds[coords] 等价于 Map[MinMax, Transpose[coords]]:
文本
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 年