📜  python submatrix - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:31.177000             🧑  作者: Mango

代码示例1
#Submatrix with a to (b-1) row as new rows,  c to (d-1) columns as new columns
A[a:b, c:d]