📜  在matlab中复制矩阵的前n列 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:14.785000             🧑  作者: Mango

代码示例1
out = your_matrix(:,[1:end])