or you can use hstack. for example a = np.array([1,2,3]) b = np.array([4]) c = np.hstack([a,b]).
確定! 回上一頁