RNA-FRETools / MASH-FRET

MATLAB package to analyze single-molecule FRET data
https://rna-fretools.github.io/MASH-FRET/
GNU General Public License v3.0
8 stars 2 forks source link

I am unable to click on save after importing video. These errors are occurring #120

Closed gtripathi1 closed 4 months ago

gtripathi1 commented 9 months ago

Error in push_setExpSet_save (line 53) h = guidata(h_fig0);

Error while evaluating UIControl Callback.

Error using guidata Object must be a figure or one of its child objects.

Error in push_setExpSet_save (line 53) h = guidata(h_fig0);

Error while evaluating UIControl Callback.

Error using guidata Object must be a figure or one of its child objects.

Error in push_setExpSet_save (line 53) h = guidata(h_fig0);

Error while evaluating UIControl Callback.

Email- gtripathi1@student.gsu.edu

mca-sh commented 9 months ago

Hi and thank you for the bug report.

It seems that the main window of MASH is closed when you press "Save" in the experiment setting window. The main window needs always to be opened, otherwise you can't do anything.

To force the window to close once you got stuck with this error, type in MATLAB the command window:

close all force
mca-sh commented 4 months ago

Hello, In absence of response, I close this issue now. Do not hesitate to open a new one if you encounter another bug. Best, Mélodie