Walter Bova
Followers: 0 Following: 0
Feeds
已回答
flip half of matrix over the diagonal to make a symmetric matrix
A = (A+A') - eye(size(A)).*A
flip half of matrix over the diagonal to make a symmetric matrix
A = (A+A') - eye(size(A)).*A
6 years 前 | 1