The use of np.r_ and np.c_

Rules: 1.np.r_:expand the size of rows,r is row; require two matrix has the same size of columns 2.np.c_:expand the size of columns,c is columns; require two matrix has the same size of rows   example
相關文章
相關標籤/搜索