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 minor manipulations of the data when plotting. #111

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

E.g. an offset of your data, or multiplying by -1, things like that that affect the visuals. I'm thinking that this can be achieved by putting a text box where you can type "-1*" and then evaluate that when evaluating the data (after the subvariables are isolated).