out =
linspace (from, to, n)
¶Linearly-spaced values in date/time space.
Constructs a vector of datetime
s that represent linearly spaced points
starting at from and going up to to, with n points in the
vector.
from and to are implicitly converted to datetime
s.
n is how many points to use. If omitted, defaults to 100.
Returns an n-long datetime
vector.