linspace

Linear space for itau object.


Syntax
   f = linspace(x, n)

Description
   f = linspace(x, n) overwrites the matlab function with same name.

Inputs
   x = independent tau variable (itau object)
   n = number of points in the domain (integer).

Output
   f = linspace in the x.domain (double vector).