Method on @infsup: linspace (BASE, LIMIT)
Method on @infsup: linspace (BASE, LIMIT, N)

Return a row vector of N linearly spaced members between BASE and LIMIT.

If BASE is greater than LIMIT, members are returned in decreasing order. The default value for N is 100.

If either BASE or LIMIT is not a scalar, the result is a matrix.

Accuracy: The result is an accurate enclosure.

transpose (linspace (infsup (0), infsup (10), 4))
  ⇒ ans ⊂ 4×1 interval vector

                    [0]
       [3.3333, 3.3334]
       [6.6666, 6.6667]
                   [10]

See also: linspace.

Package: interval