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

When loading data from storage method described in #13, store it into the projectStruct based on which processing level it is at. #54

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

Builds off of #13

mtillman14 commented 2 years ago

Within each level, all data would be in the same place. e.g. projectStruct.(subName).(trialName).AllData, or projectStruct.(subName).AllData, or projectStruct.AllData.

mtillman14 commented 2 years ago

Would be stored as its GUI name? Or as its save name?

mtillman14 commented 2 years ago

Redundant with #113