Try this: collect(linspace(-2, 2, 15))
On Wednesday, March 2, 2016 at 2:02:44 PM UTC-5, paul analyst wrote: > > how to create a vector of 15 elements, equal as possible, starting with -2 > and > ending on 2 ? > Paul >
Try this: collect(linspace(-2, 2, 15))
On Wednesday, March 2, 2016 at 2:02:44 PM UTC-5, paul analyst wrote: > > how to create a vector of 15 elements, equal as possible, starting with -2 > and > ending on 2 ? > Paul >