<< CL_intervInters Math CL_intervLinspace >>

CelestLab >> Math > CL_intervInv

CL_intervInv

Inversion of a a sets of intervals (complementary intervals)

Calling Sequence

ires = CL_intervInv(i1,i2)

Description

Parameters

i1:

Interval [start ; end] (2x1)

i2:

Set of intervals [start ; end] (2xN)

ires:

Complementary intervals of i2 inside i1 (2xM)

See also

Authors

Examples

i1=[ 0 ; 20 ];
i2=[ [-4;0.5] , [2;4] , [5.5;5.7] , [6.6;15]];
ires = CL_intervInv(i1,i2);

Report an issue
<< CL_intervInters Math CL_intervLinspace >>