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],:)


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -