Feeds
回答済み
Replacing elements of a Matrix meeting conditional
Just worked it out! I had a similar problem once... had forgotten :) Used: idx=ismember(A:,1), B(:,1)); B = [B A(idx,4)]; ...
Replacing elements of a Matrix meeting conditional
Just worked it out! I had a similar problem once... had forgotten :) Used: idx=ismember(A:,1), B(:,1)); B = [B A(idx,4)]; ...
14年以上 前 | 0
質問
Replacing elements of a Matrix meeting conditional
Hi, I have two matrixes and wish to replace the first column of matrix A, with elements of the fourth column of matrix B, but ...
14年以上 前 | 3 件の回答 | 0
