numpy array creating with a sequence

后端 未结 9 1369
陌清茗
陌清茗 2020-12-15 20:34

I am on my transitional trip from MATLAB to scipy(+numpy)+matplotlib. I keep having issues when implementing some things. I want to create a simple vector array in three dif

9条回答
  •  离开以前
    2020-12-15 21:11

    Does arange(0.2,60.8,0.2) do what you want?

    http://docs.scipy.org/doc/numpy/reference/generated/numpy.arange.html

提交回复
热议问题