關於"only size-1 arrays can be converted to Python scalars"問題的解決

平時習慣用matlab,所以在使用Python時直接使用了cos,sin,exp等函數,運行發現報錯未定義函數,用from math import pi,sin,cos,exp定義後會報以下錯誤。 只需要把定義改成from numpy.ma import exp,sin,cos即可。
相關文章
相關標籤/搜索