Use list comprehension to apply period function to each entry in the x array like this -y = np.array([period(i) for i in x])另外,你需要同时初始化 dem 和 g -Also, you need to initialize both dem and g -dem = 0.0g = 9.8 这篇关于(Python) TypeError:只有整数标量数组可以转换为标量索引的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
05-26 03:01