AI numpy

numpy.concatenate((a1, a2, ...), axis=0, out=None)

nan:not a number

inf:infinate

arange(start, stop, step):[start, stop),step是步长的数组

sin:正弦函数

cos:余弦函数

原文地址:https://www.cnblogs.com/yangwenhuan/p/10559220.html