Feeds
질문
Extracting columns from a matrix with a matrix
I have a matrix like that A=[0 3 0; 0 2 1]. I want to extract the information from a B matrice which has many columns. I want ma...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Creating a matrix by sorting the colums of another matrix
0 4; 5 3; 1 3; 0 5; 0 1 I have a matrix like this. Its size is 3x2 but it can be nx2. I want to sort it like t...
거의 9년 전 | 답변 수: 1 | 0
