import numpy as np x = np.array([[1], [2], [3]]) y = np.array([4, 5, 6]) # 对y 广播x b = np.broadcast(x,y) # 它 ... numpy.append 函数在数组的末尾添加值。
確定! 回上一頁