将列表加载到numpy矩阵中

时间:2017-08-25 05:26:48

标签: 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]]

0 个答案:

没有答案