<< CL_interpLin Math CL_intervInters >>

CelestLab >> Math > CL_intervDiff

CL_intervDiff

Difference of sets of intervals

Calling Sequence

ires = CL_intervDiff(i1,i2)

Description

Parameters

i1:

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

i2:

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

ires:

Difference of i1 and i2 (i1 minus i2) (2xM)

See also

Authors

Examples

i1=[ [ 0;20] , [21; 25]];
i2=[ [2;4] , [5.5;5.7] , [6.6;15] , [19;20.5]];
ires = CL_intervDiff(i1,i2);

Report an issue
<< CL_interpLin Math CL_intervInters >>