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)
ResData = calccoeff(ResData);
plotcf(ResData);
plotclcd(ResData);
% plotclcd(ResData);
end
......
......@@ -92,8 +92,6 @@ function plotclcd(ResData)
title(['Aft module -- ', expParam]);
setgca();
pause;
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