matlab - How can grpstat return indices instead of values? -


i using grpstats find minimum of 1 column based on grouping of 2 other columns. more detail problem see this link function looks this:

grpstats(m,[m(:,1) m(:,2)],'min') 

how can return indices instead of value of minimums?

grpstats can't return indices instead of values. have program equivalent function indices of interest @sam roberts did here unique , find matlab's functions.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -