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

Stats list of variable names does not update when the Process tab does. #131

Closed mtillman14 closed 1 year ago

mtillman14 commented 1 year ago

Need to update this when updating the list of variable names in the Process tab.

mtillman14 commented 1 year ago

Current fix is just close and reopen the GUI.

mtillman14 commented 1 year ago

Added "makeVarNodesStats" to "createArgButtonPushed". Also, setArg now adds new node to the Stats variables UI tree when the output variable is new. Untested yet, but it should work.