Monday, December 31, 2012

Fast way to make monotonic arrays


x = arange( 0.0, 5.65, 5.65/50)
Is a nice way to make 50 increasing numbers, from 0 to 5.65.

1 comment: