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

Allow for processed data to be retained (setting checkbox) #92

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

If data is not loaded until needed (e.g. #13) and then is immediately cleared, this will allow for processing extremely large datasets on computers with minimal RAM!

mtillman14 commented 2 years ago

This should be a checkbox in Settings? When checked, stores all results? When unchecked, does not store any results to workspace, only to file?

mtillman14 commented 2 years ago

Actually, now I need to allow it to be retained! By default it never makes its way to the base workspace.

mtillman14 commented 2 years ago

Duplicate of #54