CoordinateBounds

CoordinateBounds[coords]

coords で定義された領域の各次元における境界のリスト{{xmin,xmax},{ymin,ymax},}を与える.

CoordinateBounds[coords,δ]

各次元について座標範囲を±δ で充填する.

CoordinateBounds[coords,Scaled[s]]

各次元をスケールされた量 s で充填する.

CoordinateBounds[coords,{p1,p2,}]

連続する次元を p1p2で充填する.

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

{{xmin-p1min,xmax+p1max},{ymin-p2min,ymax+p2max},}を与える.

詳細

  • CoordinateBoundsは,すべての座標が実数の場合は確定的な結果を与える.
  • その他の場合は,CoordinateBoundsは何らかの簡約を行う.

例題

すべて開くすべて閉じる

  (1)

二次元座標の境界を求める:

各方向に1充填する:

各次元でスパンの1/4充填する:

スコープ  (1)

リスト中のさまざまなレベルにおけるさまざまなタイプの三次元の座標:

境界ボックスを求める:

各次元で1充填する:

各次元を差の割合で充填する:

それぞれの次元を異なる量で充填する:

最大値と最小値を別々に充填する:

一般化と拡張  (1)

数値的ではない座標がある場合,結果はMinおよびMaxによって表されることが多い:

特性と関係  (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 Language. 2015. "CoordinateBounds." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CoordinateBounds.html.

APA

Wolfram Language. (2015). CoordinateBounds. Wolfram Language & System Documentation Center. Retrieved from 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 ]}