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

Plot tab reverse the direction of variable assignment #96

Closed mtillman14 closed 1 year ago

mtillman14 commented 2 years ago

In the Process tab, variables are added by their "formal" name, then the name in code is user-defined. It may be helpful in the Plot tab to have variables pre-added by their name in the code, and just assign variables by their formal names to the pre-added names in code (with the add variable button). Would make for an easy way to generate lots of different versions of the same plots.

mtillman14 commented 1 year ago

This paradigm is not used, in favor of components. Then components have variables added to them.