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

Have settings comprise individual variables in the Settings MAT file? i.e. steer clear of lumping too many types of settings together. #86

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

This should help with backwards compatibility! Instead of all of the settings' format because of a tweak to one large structure, if they're split into smaller variables then a change in one should not affect another settings variable's workflow.

mtillman14 commented 2 years ago

Split project-specific settings into FcnSettingsStruct and NonFcnSettingsStruct

mtillman14 commented 2 years ago

I have NonFcnSettingsStruct, VariableNamesList, and Digraph. I think this is a good balance between number of variables, and complexity of each variable.