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
examples are as follows
require two matrix has the same size of columns
require two matrix has the same size of rows
examples are as follows