合并矩阵

纵向合并

np.row_stack((a,b))

横向合并

np.column_stack((a,b))

不要漏了括号

posted @ 2019-01-13 20:26  GXLiu  阅读(266)  评论(0编辑  收藏  举报