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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -