Copy select rows into new matrix

前端 未结 0 1404
栀梦
栀梦 2021-02-13 08:28

I want to copy the rows 0, 2 and 4 of my matrix A into B, in this order. Let A = [a0, a1, a2, a3, a4]^T , with a_i being row-vectors, then B should be: [a0, a2, a4]^T.

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