Skip to content
Snippets Groups Projects
Commit 03766a9e authored by leprob001's avatar leprob001
Browse files

If a interim file is loaded, all opened windows are being closed now before loading.

parent 4779bcf9
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,13 @@ if (filename == 0) ...@@ -16,6 +16,13 @@ if (filename == 0)
return; return;
end end
%% Close all windows
artoa.controller.edit.pressure.close();
artoa.controller.edit.temperature.close();
artoa.controller.edit.timeOfArrival.close();
artoa.controller.track.parameter.close();
artoa.controller.track.trajectoryOutput.close();
%% Load mat file %% Load mat file
load(fullfile(pathname, filename), '-mat'); load(fullfile(pathname, filename), '-mat');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment