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

Should I add the option to run through a function without saving it? #100

Open mtillman14 opened 2 years ago

mtillman14 commented 2 years ago

Could be useful to see exactly what a function is doing without actually overwriting or saving its output. In setArg, would just be an if statement that examines the value of a checkbox. If checked, don't save, if unchecked, save.