摘要: 纵向合并 np.row_stack((a,b)) 横向合并 np.column_stack((a,b)) 不要漏了括号 阅读全文
posted @ 2019-01-13 20:26 GXLiu 阅读(272) 评论(0) 推荐(0)