numpy linspace

 

https://www.cnblogs.com/antflow/p/7220798.html

numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None)

在指定的间隔内返回均匀间隔的数字。

返回num均匀分布的样本,在[start, stop]。

 

posted @ 2019-05-14 23:50  有梦就要去实现他  阅读(167)  评论(0编辑  收藏  举报