union
Union of fixed.Interval
objects
Syntax
Description
returns
the union of C
= union(A, B
)fixed.Interval
objects A
and B
.
Examples
Create two fixed.Interval
objects.
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
Find the union of the two Interval
objects.
intervalUnion = union(interval1, interval2)
intervalUnion = [-10,20] 1x1 fixed.Interval with properties: LeftEnd: -10 RightEnd: 20 IsLeftClosed: true IsRightClosed: true
The output is an Interval
object whose range is the union of the ranges of the two input objects.
When the ranges of the two input Interval
objects do not overlap, the output is an array of Interval
objects covering the union of the ranges of the inputs.
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
Input Arguments
Input fixed.Interval
objects, specified as fixed.Interval
objects, or arrays of fixed.Interval
objects.
Output Arguments
Union of input fixed.Interval
objects, returned as a fixed.Interval
object or an array of fixed.Interval
objects.
The output Interval
object contains all values in
A
or B
.
Version History
Introduced in R2019b
See Also
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.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 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)