union
fixed.Interval
オブジェクトの結合
説明
は、C
= union(A, B
)fixed.Interval
オブジェクト A
と B
の結合を返します。
例
2 つの fixed.Interval
オブジェクトを作成します。
interval1 = fixed.Interval(-10, 10)
interval1 = [-10,10] 1x1 fixed.Interval with properties: LeftEnd: -10 RightEnd: 10 IsLeftClosed: true IsRightClosed: true
interval2 = fixed.Interval(0,20)
interval2 = [0,20] 1x1 fixed.Interval with properties: LeftEnd: 0 RightEnd: 20 IsLeftClosed: true IsRightClosed: true
2 つの Interval
オブジェクトの結合を検出します。
intervalUnion = union(interval1, interval2)
intervalUnion = [-10,20] 1x1 fixed.Interval with properties: LeftEnd: -10 RightEnd: 20 IsLeftClosed: true IsRightClosed: true
出力は、その範囲が 2 つの入力オブジェクトの範囲の結合である Interval
オブジェクトです。
2 つの入力 Interval
オブジェクトの範囲がオーバーラップしない場合、出力は、入力の範囲の結合に対応する Interval
オブジェクトの配列です。
interval3 = fixed.Interval(100, 200)
interval3 = [100,200] 1x1 fixed.Interval with properties: LeftEnd: 100 RightEnd: 200 IsLeftClosed: true IsRightClosed: true
intervalUnion = union(interval1, interval3)
intervalUnion = [-10,10] [100,200] 1x2 fixed.Interval with properties: LeftEnd RightEnd IsLeftClosed IsRightClosed
入力引数
入力 fixed.Interval
オブジェクト。fixed.Interval
オブジェクト、または fixed.Interval
オブジェクトの配列として指定します。
出力引数
入力 fixed.Interval
オブジェクトの結合。fixed.Interval
オブジェクトまたは fixed.Interval
オブジェクトの配列として返されます。
出力 Interval
オブジェクトには、A
または B
のすべての値が含まれます。
バージョン履歴
R2019b で導入
参考
fixed.Interval
| contains
| intersect
| overlaps
| setdiff
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)