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 renaming variables' GUI names #126

Closed mtillman14 closed 12 months ago

mtillman14 commented 1 year ago

There's the "GUI names" and also currently "default name in code" and "save names" (currently the last two are identical, see #106). Definitely allow people to change GUI names, that should be easy. But then when using "gr", use the GUI names so the user doesn't get confused. When changing "save names" though, I think I'll need to have to go into every file and change the variable name?