How can import some sub-matrix (sub-array2D) and create a matrix (array2D) according to them with a nested loop

前端 未结 0 1363
没有蜡笔的小新
没有蜡笔的小新 2020-12-06 12:48

I generated 4 sub-matrix(block) data and I want to import them to matrix "X"

X = np.array((10,10))

and they are sub-matrix

相关标签:
回答
  • 消灭零回复
提交回复
热议问题