arrays - Matlab: Extracting the entire row of a max value in a matrix -
i have matrix 6 columns. found max value of column how go extracting entire row pertaining value?
to extract row 1 of matrix use a([1],:)
extract row 1 , 2 use a([1,2],:)
i have matrix 6 columns. found max value of column how go extracting entire row pertaining value?
to extract row 1 of matrix use a([1],:)
extract row 1 , 2 use a([1,2],:)
Comments
Post a Comment