Community Profile

photo

kunderhill16


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


labelling elements in an array
I have a matrix G with labelsG = {'Delusions','Hallucinations','Flattened','Inappropriate','Poverty','Thought'}; I hav...

7 years ago | 0 answers | 0

0

answers

Answered
How to find the 4 most extreme values in each column of a matrix
that does it! Thanks

7 years ago | 0

Question


How to find the 4 most extreme values in each column of a matrix
I have [~,index] = max(abs(A)); absmax = A(sub2ind(size(A),index,1:size(A,2))); which returns the most extreme value in ea...

7 years ago | 2 answers | 0

2

answers