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 closing the GUI, clear the gui variable #97

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

The gui variable is in the base workspace when it is created. When the GUI is closed, there should be a "WindowClosedFcn" or whatever it's called that clears that gui variable so it doesn't linger.