ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

Create "exemplar" tab to isolate an exemplar trial based on certain criteria? #76

Open mtillman14 opened 2 years ago

mtillman14 commented 2 years ago

E.g. in Spr21TWW study we were interested in the maxima and minima of certain variables. If I specified "lateral distance" and "maxima" (and maybe mean/median/maxima/minima/etc. of all trials), then it would search through all trials to find the trial with the maxima value that was closest (Euclidean distance) to the mean/median/etc maxima value.

mtillman14 commented 2 years ago

Split this by SpecifyTrials condition?

mtillman14 commented 2 years ago

Could also specify multiple attributes, either within one variable (e.g. "lateral distance minima & maxima") or across variables (e.g. "lateral distance minima and angular momentum minima").

mtillman14 commented 2 years ago

Could also write this trial to its own Specify Trials so that I can then go and easily plot it