Skip to content

Commit

Permalink
Update Display_Results.m
Browse files Browse the repository at this point in the history
  • Loading branch information
SteliosVr authored Feb 22, 2021
1 parent e23b88b commit a75bbb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Display_Results.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%% Display Results
% Copyright (c) 2018 KIOS Research and Innovation Centre of Excellence
% Copyright (c) 2020 KIOS Research and Innovation Centre of Excellence
% (KIOS CoE), University of Cyprus (www.kios.org.cy)
%
% Licensed under the EUPL, Version 1.1 or – as soon they will be approved
% Licensed under the EUPL, Version 1.1 or – as soon they will be approved
% by the European Commission - subsequent versions of the EUPL (the "Licence");
% You may not use this work except in compliance with theLicence.
%
Expand All @@ -26,7 +26,8 @@
d.unload
catch ERR
end
fclose all;clear class;clear all;clc;close all;
fclose all;clear class;
clear all;clc;close all;
addpath(genpath(pwd));
simname = selectSimulation([]);
load(simname)
Expand Down Expand Up @@ -160,4 +161,4 @@
axis tight

%%
d.unload
d.unload

0 comments on commit a75bbb4

Please sign in to comment.