Python"标量变量的无效索引"

时间:2018-02-14 05:42:31

标签: python python-3.x

for i in arange(0,3599,1): print(theta[i]) if theta[i]<theta_min2:

这里theta_min2只是一个标量变量 Theta包含3600个值。当我在for循环中打印它时,我确实获得了所有值。但我不明白为什么会收到这个错误。谢谢你的帮助!

0 个答案:

没有答案