Community Profile

photo

Isabel Nichoson


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


K-means clustering for lower triangle of matrix
I am trying to perform k-means clustering on the lower triangle of a 52x52 matrix (m=tril(data,-1)). Basically, I want my final ...

2 years ago | 1 answer | 0

1

answer

Question


Convert portion of matrix under the diagonal to column vector
Hi all, I currently have a matrix with correlational information that is structured this: A = [ 1 2 3 4 5 2 1 2 3 4 ...

2 years ago | 5 answers | 1

5

answers