Skip to content
Snippets Groups Projects
Verified Commit 81452ece authored by Houtan Bastani's avatar Houtan Bastani
Browse files

don't clear all variables in workspace when closing gui: only clear gui variables

parent 5c5ce0ed
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,8 @@ fns = fieldnames(appdata);
for ii = 1:numel(fns)
rmappdata(0,fns{ii});
end
evalin('base','clear');
clear('global', 'project_info')
clear('global', 'model_settings')
close force
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment