HeinzLabPurdue / NEL

NEL1 code
0 stars 3 forks source link

Prevent Calibration Crash Spiral #62

Closed Afaghfarhadi2 closed 4 months ago

Afaghfarhadi2 commented 4 months ago

example of graceful error handling:

NELapDesigner lines: 183-189:

if (isempty(user)) Nel_Main_CloseRequestFcn(handles.Nel_Main, [], handles,{}); if (~ishandle(hfig)) abort = 1; return; end end