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

In getArg, first check if the data exists in projectStruct before loading. #113

Open mtillman14 opened 2 years ago

mtillman14 commented 2 years ago

Related to #54. I think the data should always save to file in setArg, but in getArg it should (1) check if the data exists in projectStruct in base workspace, (2) if it does, use that. If not, load the data from file and send the data to the projectStruct. This way, when using that data for the next function, it doesn't have to load it from the file every time, and will speed things up.

mtillman14 commented 2 years ago

Also of course need to place the data in the projectStruct with setArg