摘要: 问题描述 lf = lambda x: ((1 + math.cos(x * math.pi / 30)) / 2) * (1 - 0.01) + 0.01 x = np.arange(1,30,1) plt.plot(x, lf(x)) plt.show() 如上所示代码,在执行到lf(x)时会报 阅读全文
posted @ 2022-04-22 18:31 Odd!O_o 阅读(692) 评论(0) 推荐(0)
Live2D