我有以下可重复的脚本: import numpy as np c0, c1 = 0.000032, 3 S_test = np.ones((3,3), dtype=float)*300000 S_test[1,1] = 2000 np.where(S_test > ...
確定! 回上一頁