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

Fix getArg for Plotting & Stats. #144

Closed mtillman14 closed 1 year ago

mtillman14 commented 1 year ago

Need to rearrange the subvariables to match the order of the dynamicSaveNames in getArg.

mtillman14 commented 1 year ago

I think I have now done that, just by reordering the subvariables using the "currVarsIdx" that I already had.