Sep
13th
Sun
13th
Performing an SQL Style “Group By” in Matlab
On a recent project, I found that I needed to group data in one matrix by values in another matrix, but I could not find a nice way of doing this. So, I wrote a simple Matlab function to do this…