标签: python numpy matrix
如何将列表加载到具有不同行/列的numpy矩阵中。
即
i=[1,2,3,4,5,6,7,8,9]
将加载为例如
np.matrix([[1,2,3],[4,5,6],[7,8,9]]