<< CL_intervInv Math CL_intervSelectIn >>

CelestLab >> Math > CL_intervLinspace

CL_intervLinspace

Sub-division of intervals

Calling Sequence

mat = CL_intervLinspace(interv, n)

Description

Parameters

interv:

Set of intervals. (2xN)

n:

(integer) Number of points (>= 2) in each interval, bounds included.

mat:

Resulting matrix. (nxN)

Authors

Examples

interv = [[-1;1], [1;2]];
CL_intervLinspace(interv, 11)

Report an issue
<< CL_intervInv Math CL_intervSelectIn >>