Community Profile

photo

Harry Commin


Imperial College London

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: MIMO Radar

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
matrix 9x9 with duplicate values
To extract only the upper triangular numbers into a column vector, you could use: Aupper = A(triu(ones(size(A)))==1); I ...

10 years ago | 0