[SciPy-user] Subdivision of an interval

Nils Wagner nwagner at mecha.uni-stuttgart.de
Tue Jan 13 04:20:31 EST 2004


Hi all,

How can I subdivide an interval provided that size(x) = n ?

n = 10
h = (xu-xl)/n
x = arange(xl,xu,h)

Sometimes size(x) <> n

Nils



More information about the SciPy-User mailing list