Code for getting statistics on movement tracks (coordinates) of agents
Show older comments
I'm looking for any existing code, Matlab toolkit, or whatever, to help this task: given X,Y coordinate pairs of moving discrete agents in several classes (e.g., A, B), calculate statistics like whether a given class's agents tend to approach some class’s agents more than others, mean path length, persistence, etc. across the classes, and whether objects convert classes after specific touching events? Specifically, I’ve got red and green cells moving around on a flat surface and I have their positions as a function of time. I want to analyze their behavior (a video of their movement over time) to find any patterns of how they move, whom they preferentially get close to, and whether they change colors after hanging out with a specific type (more than null hypothesis). The more relationships (patterns) could be discovered, the better (e.g., are there unbiased machine learning packages that could extract patterns that I didn't even think to test). I would be happy with code that does object tracking, or I can do that in another pre-processing routine and just have data like
timestamp, X position, Y position, color
for some dozens of agents, over time. Any ideas for how to extract any significant relationships between the variables across agents?
Accepted Answer
More Answers (0)
Categories
Find more on Classification Ensembles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

