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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -