From d7fae90ec9ad741988a502a89551a98d54be1cf4 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Thu, 8 Dec 2022 22:44:49 +0100 Subject: [PATCH] chore: remove unnecessary pause --- resultsanalysis.m | 2 +- utils/analysis/plotclcd.m | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resultsanalysis.m b/resultsanalysis.m index f925348..14dc9fb 100644 --- a/resultsanalysis.m +++ b/resultsanalysis.m @@ -51,7 +51,7 @@ function ResData = resultsanalysis(matFiles) ResData = calccoeff(ResData); plotcf(ResData); - plotclcd(ResData); + % plotclcd(ResData); end diff --git a/utils/analysis/plotclcd.m b/utils/analysis/plotclcd.m index 0b893ce..d0f75b6 100644 --- a/utils/analysis/plotclcd.m +++ b/utils/analysis/plotclcd.m @@ -92,8 +92,6 @@ function plotclcd(ResData) title(['Aft module -- ', expParam]); setgca(); - pause; - end end end -- GitLab