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

When adding an argument, the default analysis should be the current analysis (if applicable). #67

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

If applicable, but current analysis is not desired, allow for changing the analysis. If not applicable, do not provide default, instead prompt for which analysis to select it from.

When copying an argument from one location to another (e.g. TBCMVelocity from analysis1 to analysis 2), if the analysis source is the same as the original analysis (e.g. TBCMVelocity in analysis 1 was generated by analysis 1), then when copying it, automatically use the new analysis's name. If not the same (.e.g. TBCMVelocity in analysis 1 is from analysis 3), then use the same analysis name as before (e.g. keep the analysis name for TBCMVelocity as analysis 3.

mtillman14 commented 2 years ago

Both process & plot tabs need to be able to use variables from multiple analyses simultaneously.