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

Provide utility to convert the projectIndependentSettings and Settings_[projectName].mat files into multiple plain-text files. #116

Open mtillman14 opened 2 years ago

mtillman14 commented 2 years ago

Two way conversion (e.g. text to mat and mat to text). This will allow for human readable and editable storage of project data, provide some redundancy, and allow GitHub to sync the text file without the errors that occur with the .mat file.