intersect
Intersection of fixed.Interval
objects
Syntax
Description
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 intersection of the two Interval
objects.
intervalIntersection12 = intersect(interval1,interval2)
intervalIntersection12 = [0,10] 1x1 fixed.Interval with properties: LeftEnd: 0 RightEnd: 10 IsLeftClosed: true IsRightClosed: true
The output is an Interval
object whose range is the intersection of the ranges of the two input Interval
objects.
When the ranges of the two input Interval
objects do not overlap, the output is an empty Interval
object.
interval3 = fixed.Interval(100,200)
interval3 = [100,200] 1x1 fixed.Interval with properties: LeftEnd: 100 RightEnd: 200 IsLeftClosed: true IsRightClosed: true
intervalIntersection13 = intersect(interval1,interval3)
intervalIntersection13 = 1x0 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
Intersection 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 both inputs,
A
and B
.
Version History
Introduced in R2019b
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.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- 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)