Feeds
已回答
Say I have a matrix A=[1 2 3; 4 5 6; 7 8 9] and i want to define matrix B as Matrix A without the middle row, but I must be able to define Matrix C as Matrix A with out the bottom row? how would I do this?
For a matrix M=[1 2 3;4 5 6 ;7 8 9] the result of M (end,:) should be In matlab
Say I have a matrix A=[1 2 3; 4 5 6; 7 8 9] and i want to define matrix B as Matrix A without the middle row, but I must be able to define Matrix C as Matrix A with out the bottom row? how would I do this?
For a matrix M=[1 2 3;4 5 6 ;7 8 9] the result of M (end,:) should be In matlab
2 years 前 | 0
