Skip to content
Snippets Groups Projects
Verified Commit d7fae90e authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

chore: remove unnecessary pause

parent 40f07757
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ function ResData = resultsanalysis(matFiles) ...@@ -51,7 +51,7 @@ function ResData = resultsanalysis(matFiles)
ResData = calccoeff(ResData); ResData = calccoeff(ResData);
plotcf(ResData); plotcf(ResData);
plotclcd(ResData); % plotclcd(ResData);
end end
......
...@@ -92,8 +92,6 @@ function plotclcd(ResData) ...@@ -92,8 +92,6 @@ function plotclcd(ResData)
title(['Aft module -- ', expParam]); title(['Aft module -- ', expParam]);
setgca(); setgca();
pause;
end end
end end
end end
......
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