In matlab linspace(0,1,n) returns a vector of floats, in Julia I have to call collect to turn the linspace to a vector floats. Is there a simpler syntax for this?
In matlab linspace(0,1,n) returns a vector of floats, in Julia I have to call collect to turn the linspace to a vector floats. Is there a simpler syntax for this?