From 1a2ee84b01bbeb7579f27391b7fa36608b127910 Mon Sep 17 00:00:00 2001 From: Klaus <klaus.boehnlein@tu-dresden.de> Date: Thu, 23 May 2024 12:41:57 +0200 Subject: [PATCH] remove unnecessary matlab dependence from JNLS_plotscripts --- JNLS_plotScripts/ClassifyMin.py | 2 +- JNLS_plotScripts/ClassifyMin_New.py | 2 +- JNLS_plotScripts/Energy_ContourG+.py | 2 +- JNLS_plotScripts/Energy_ContourG+_v4.py | 4 ++-- JNLS_plotScripts/HelperFunctions.py | 2 +- JNLS_plotScripts/PhaseDiagram.py | 2 +- JNLS_plotScripts/Plot-1-ParameterFamily.py | 2 +- JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma.py | 2 +- JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma_v2.py | 2 +- JNLS_plotScripts/Plot-Angle-Gamma.py | 2 +- JNLS_plotScripts/Plot-Angle-GammaV2.py | 2 +- JNLS_plotScripts/Plot-Angle-GammaV2_SubPlots.py | 2 +- JNLS_plotScripts/Plot-Angle-q3.py | 2 +- .../Plot-AngleCurv-Alpha_intermediateGamma_SubPlots.py | 2 +- JNLS_plotScripts/Plot-AngleCurvature-GammaV2_SubPlots.py | 2 +- JNLS_plotScripts/Plot-Curvature-Alpha_intermediateGamma.py | 2 +- JNLS_plotScripts/Plot-Curvature-Gamma.py | 2 +- JNLS_plotScripts/Plot-Curvature-GammaV2.py | 2 +- JNLS_plotScripts/Plot-Curvature-GammaV2_SubPlots.py | 2 +- JNLS_plotScripts/Plot-Curvature-q3.py | 2 +- JNLS_plotScripts/Plot-Energy_Axial.py | 2 +- JNLS_plotScripts/Plot_Angle_Alpha.py | 2 +- JNLS_plotScripts/Plot_Angle_Lemma1.4.py | 2 +- JNLS_plotScripts/Plot_Angle_Lemma1.4V2.py | 2 +- JNLS_plotScripts/Plot_Angle_Lemma1.4V3.py | 2 +- JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition.py | 2 +- JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition_Beta2.py | 2 +- JNLS_plotScripts/Plot_Angle_Lemma1.4_ChangeGamma.py | 2 +- JNLS_plotScripts/Plot_Angle_Theta.py | 2 +- JNLS_plotScripts/Plot_Angle_Theta_intermediateGamma.py | 2 +- JNLS_plotScripts/Plot_CurvatureLemma1.4.py | 2 +- JNLS_plotScripts/Plot_CurvatureLemma1.4_alpha3.0.py | 2 +- JNLS_plotScripts/Plot_Curvature_Alpha.py | 2 +- JNLS_plotScripts/Plot_Curvature_Lemma1.4V3.py | 2 +- JNLS_plotScripts/Plot_Curvature_TransitionArea.py | 2 +- JNLS_plotScripts/Plot_Lemma1.4.py | 2 +- JNLS_plotScripts/Plot_MinVec_v2.py | 2 +- JNLS_plotScripts/Plot_Prestrain_Lemma1.4.py | 2 +- JNLS_plotScripts/Plot_Prestrain_Lemma1.4_Betas.py | 2 +- JNLS_plotScripts/Plot_Prestrain_Lemma1.4_SubPlots.py | 2 +- JNLS_plotScripts/Plot_elasticQuantities.py | 2 +- JNLS_plotScripts/Plotq12.py | 2 +- JNLS_plotScripts/plot-q3-gamma.py | 2 +- JNLS_plotScripts/plot_Elastic_and_PrestrainRatio.py | 2 +- 44 files changed, 45 insertions(+), 45 deletions(-) diff --git a/JNLS_plotScripts/ClassifyMin.py b/JNLS_plotScripts/ClassifyMin.py index da7155a9..8f26bb29 100644 --- a/JNLS_plotScripts/ClassifyMin.py +++ b/JNLS_plotScripts/ClassifyMin.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys # print(sys.executable) # from subprocess import Popen, PIPE diff --git a/JNLS_plotScripts/ClassifyMin_New.py b/JNLS_plotScripts/ClassifyMin_New.py index 861c8b07..f329c422 100644 --- a/JNLS_plotScripts/ClassifyMin_New.py +++ b/JNLS_plotScripts/ClassifyMin_New.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys # print(sys.executable) # from subprocess import Popen, PIPE diff --git a/JNLS_plotScripts/Energy_ContourG+.py b/JNLS_plotScripts/Energy_ContourG+.py index 612e2c50..71d4da8b 100644 --- a/JNLS_plotScripts/Energy_ContourG+.py +++ b/JNLS_plotScripts/Energy_ContourG+.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Energy_ContourG+_v4.py b/JNLS_plotScripts/Energy_ContourG+_v4.py index 75121987..a53fc688 100644 --- a/JNLS_plotScripts/Energy_ContourG+_v4.py +++ b/JNLS_plotScripts/Energy_ContourG+_v4.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys # from ClassifyMin import * from ClassifyMin_New import * @@ -19,7 +19,7 @@ from pyevtk.hl import gridToVTK import time import matplotlib.ticker as ticker -import matplotlib as mpl +# import matplotlib as mpl from matplotlib.ticker import MultipleLocator,FormatStrFormatter,MaxNLocator import pandas as pd diff --git a/JNLS_plotScripts/HelperFunctions.py b/JNLS_plotScripts/HelperFunctions.py index e20e3c77..7a91ae7b 100644 --- a/JNLS_plotScripts/HelperFunctions.py +++ b/JNLS_plotScripts/HelperFunctions.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import time # from ClassifyMin import * from ClassifyMin_New import * diff --git a/JNLS_plotScripts/PhaseDiagram.py b/JNLS_plotScripts/PhaseDiagram.py index 0d6ff15a..5fdc7d1c 100644 --- a/JNLS_plotScripts/PhaseDiagram.py +++ b/JNLS_plotScripts/PhaseDiagram.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys # from ClassifyMin import * from ClassifyMin_New import * diff --git a/JNLS_plotScripts/Plot-1-ParameterFamily.py b/JNLS_plotScripts/Plot-1-ParameterFamily.py index c1eaafc3..db7cc3cb 100644 --- a/JNLS_plotScripts/Plot-1-ParameterFamily.py +++ b/JNLS_plotScripts/Plot-1-ParameterFamily.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma.py b/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma.py index cdd0a19f..d7d8462e 100644 --- a/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma.py +++ b/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma_v2.py b/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma_v2.py index cd57203d..4a954b13 100644 --- a/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma_v2.py +++ b/JNLS_plotScripts/Plot-Angle-Alpha_intermediateGamma_v2.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot-Angle-Gamma.py b/JNLS_plotScripts/Plot-Angle-Gamma.py index 834c35c9..674309f0 100644 --- a/JNLS_plotScripts/Plot-Angle-Gamma.py +++ b/JNLS_plotScripts/Plot-Angle-Gamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Angle-GammaV2.py b/JNLS_plotScripts/Plot-Angle-GammaV2.py index 8167db04..4ff82e9d 100644 --- a/JNLS_plotScripts/Plot-Angle-GammaV2.py +++ b/JNLS_plotScripts/Plot-Angle-GammaV2.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Angle-GammaV2_SubPlots.py b/JNLS_plotScripts/Plot-Angle-GammaV2_SubPlots.py index f0513528..47d72ea9 100644 --- a/JNLS_plotScripts/Plot-Angle-GammaV2_SubPlots.py +++ b/JNLS_plotScripts/Plot-Angle-GammaV2_SubPlots.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Angle-q3.py b/JNLS_plotScripts/Plot-Angle-q3.py index 4fc1bd7e..082101ec 100644 --- a/JNLS_plotScripts/Plot-Angle-q3.py +++ b/JNLS_plotScripts/Plot-Angle-q3.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-AngleCurv-Alpha_intermediateGamma_SubPlots.py b/JNLS_plotScripts/Plot-AngleCurv-Alpha_intermediateGamma_SubPlots.py index a226a814..6c09397a 100644 --- a/JNLS_plotScripts/Plot-AngleCurv-Alpha_intermediateGamma_SubPlots.py +++ b/JNLS_plotScripts/Plot-AngleCurv-Alpha_intermediateGamma_SubPlots.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot-AngleCurvature-GammaV2_SubPlots.py b/JNLS_plotScripts/Plot-AngleCurvature-GammaV2_SubPlots.py index cef79f9c..60806f45 100644 --- a/JNLS_plotScripts/Plot-AngleCurvature-GammaV2_SubPlots.py +++ b/JNLS_plotScripts/Plot-AngleCurvature-GammaV2_SubPlots.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys # from ClassifyMin import * from ClassifyMin_New import * diff --git a/JNLS_plotScripts/Plot-Curvature-Alpha_intermediateGamma.py b/JNLS_plotScripts/Plot-Curvature-Alpha_intermediateGamma.py index b7e0f3e4..e2bd98d0 100644 --- a/JNLS_plotScripts/Plot-Curvature-Alpha_intermediateGamma.py +++ b/JNLS_plotScripts/Plot-Curvature-Alpha_intermediateGamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot-Curvature-Gamma.py b/JNLS_plotScripts/Plot-Curvature-Gamma.py index b3302fec..d70db237 100644 --- a/JNLS_plotScripts/Plot-Curvature-Gamma.py +++ b/JNLS_plotScripts/Plot-Curvature-Gamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Curvature-GammaV2.py b/JNLS_plotScripts/Plot-Curvature-GammaV2.py index 4726a913..dd8a64be 100644 --- a/JNLS_plotScripts/Plot-Curvature-GammaV2.py +++ b/JNLS_plotScripts/Plot-Curvature-GammaV2.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Curvature-GammaV2_SubPlots.py b/JNLS_plotScripts/Plot-Curvature-GammaV2_SubPlots.py index 409a3371..73c4ec9a 100644 --- a/JNLS_plotScripts/Plot-Curvature-GammaV2_SubPlots.py +++ b/JNLS_plotScripts/Plot-Curvature-GammaV2_SubPlots.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Curvature-q3.py b/JNLS_plotScripts/Plot-Curvature-q3.py index e815442c..dfb5259e 100644 --- a/JNLS_plotScripts/Plot-Curvature-q3.py +++ b/JNLS_plotScripts/Plot-Curvature-q3.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot-Energy_Axial.py b/JNLS_plotScripts/Plot-Energy_Axial.py index 4d401e2a..56f694f7 100644 --- a/JNLS_plotScripts/Plot-Energy_Axial.py +++ b/JNLS_plotScripts/Plot-Energy_Axial.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * diff --git a/JNLS_plotScripts/Plot_Angle_Alpha.py b/JNLS_plotScripts/Plot_Angle_Alpha.py index 297809a7..ad8eb1d6 100644 --- a/JNLS_plotScripts/Plot_Angle_Alpha.py +++ b/JNLS_plotScripts/Plot_Angle_Alpha.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * # from ClassifyMin import * from ClassifyMin_New import * diff --git a/JNLS_plotScripts/Plot_Angle_Lemma1.4.py b/JNLS_plotScripts/Plot_Angle_Lemma1.4.py index bee042f6..db255c7e 100644 --- a/JNLS_plotScripts/Plot_Angle_Lemma1.4.py +++ b/JNLS_plotScripts/Plot_Angle_Lemma1.4.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Angle_Lemma1.4V2.py b/JNLS_plotScripts/Plot_Angle_Lemma1.4V2.py index 842880f5..57d681ef 100644 --- a/JNLS_plotScripts/Plot_Angle_Lemma1.4V2.py +++ b/JNLS_plotScripts/Plot_Angle_Lemma1.4V2.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Angle_Lemma1.4V3.py b/JNLS_plotScripts/Plot_Angle_Lemma1.4V3.py index bdbcef34..800164af 100644 --- a/JNLS_plotScripts/Plot_Angle_Lemma1.4V3.py +++ b/JNLS_plotScripts/Plot_Angle_Lemma1.4V3.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition.py b/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition.py index 701f8687..e8118833 100644 --- a/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition.py +++ b/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition_Beta2.py b/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition_Beta2.py index b3ae9bd0..6e6ae8e4 100644 --- a/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition_Beta2.py +++ b/JNLS_plotScripts/Plot_Angle_Lemma1.4V3_Transition_Beta2.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Angle_Lemma1.4_ChangeGamma.py b/JNLS_plotScripts/Plot_Angle_Lemma1.4_ChangeGamma.py index 842880f5..57d681ef 100644 --- a/JNLS_plotScripts/Plot_Angle_Lemma1.4_ChangeGamma.py +++ b/JNLS_plotScripts/Plot_Angle_Lemma1.4_ChangeGamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Angle_Theta.py b/JNLS_plotScripts/Plot_Angle_Theta.py index 5f9a5c08..3b73dd94 100644 --- a/JNLS_plotScripts/Plot_Angle_Theta.py +++ b/JNLS_plotScripts/Plot_Angle_Theta.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * # from ClassifyMin import * from ClassifyMin_New import * diff --git a/JNLS_plotScripts/Plot_Angle_Theta_intermediateGamma.py b/JNLS_plotScripts/Plot_Angle_Theta_intermediateGamma.py index 465bb9eb..986fbcd2 100644 --- a/JNLS_plotScripts/Plot_Angle_Theta_intermediateGamma.py +++ b/JNLS_plotScripts/Plot_Angle_Theta_intermediateGamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_CurvatureLemma1.4.py b/JNLS_plotScripts/Plot_CurvatureLemma1.4.py index 89576f11..04e725c7 100644 --- a/JNLS_plotScripts/Plot_CurvatureLemma1.4.py +++ b/JNLS_plotScripts/Plot_CurvatureLemma1.4.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_CurvatureLemma1.4_alpha3.0.py b/JNLS_plotScripts/Plot_CurvatureLemma1.4_alpha3.0.py index 2f516be5..41f968d2 100644 --- a/JNLS_plotScripts/Plot_CurvatureLemma1.4_alpha3.0.py +++ b/JNLS_plotScripts/Plot_CurvatureLemma1.4_alpha3.0.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Curvature_Alpha.py b/JNLS_plotScripts/Plot_Curvature_Alpha.py index 1f27f838..aa9b8996 100644 --- a/JNLS_plotScripts/Plot_Curvature_Alpha.py +++ b/JNLS_plotScripts/Plot_Curvature_Alpha.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * # from ClassifyMin import * from ClassifyMin_New import * diff --git a/JNLS_plotScripts/Plot_Curvature_Lemma1.4V3.py b/JNLS_plotScripts/Plot_Curvature_Lemma1.4V3.py index d21c3eb4..58fc200a 100644 --- a/JNLS_plotScripts/Plot_Curvature_Lemma1.4V3.py +++ b/JNLS_plotScripts/Plot_Curvature_Lemma1.4V3.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Curvature_TransitionArea.py b/JNLS_plotScripts/Plot_Curvature_TransitionArea.py index 79b0b586..50ad6e69 100644 --- a/JNLS_plotScripts/Plot_Curvature_TransitionArea.py +++ b/JNLS_plotScripts/Plot_Curvature_TransitionArea.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Lemma1.4.py b/JNLS_plotScripts/Plot_Lemma1.4.py index 16c12145..4724be59 100644 --- a/JNLS_plotScripts/Plot_Lemma1.4.py +++ b/JNLS_plotScripts/Plot_Lemma1.4.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_MinVec_v2.py b/JNLS_plotScripts/Plot_MinVec_v2.py index 8fc80839..1eaddc2e 100644 --- a/JNLS_plotScripts/Plot_MinVec_v2.py +++ b/JNLS_plotScripts/Plot_MinVec_v2.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMinVec import * import matplotlib.cm as cm diff --git a/JNLS_plotScripts/Plot_Prestrain_Lemma1.4.py b/JNLS_plotScripts/Plot_Prestrain_Lemma1.4.py index f75bf84a..c6b03f6f 100644 --- a/JNLS_plotScripts/Plot_Prestrain_Lemma1.4.py +++ b/JNLS_plotScripts/Plot_Prestrain_Lemma1.4.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_Betas.py b/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_Betas.py index 5dc11b90..95ff87d4 100644 --- a/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_Betas.py +++ b/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_Betas.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_SubPlots.py b/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_SubPlots.py index efd86c3d..6efeadec 100644 --- a/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_SubPlots.py +++ b/JNLS_plotScripts/Plot_Prestrain_Lemma1.4_SubPlots.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plot_elasticQuantities.py b/JNLS_plotScripts/Plot_elasticQuantities.py index 92541a7c..0aa266b4 100644 --- a/JNLS_plotScripts/Plot_elasticQuantities.py +++ b/JNLS_plotScripts/Plot_elasticQuantities.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/Plotq12.py b/JNLS_plotScripts/Plotq12.py index 3f7aadd2..e198ef12 100644 --- a/JNLS_plotScripts/Plotq12.py +++ b/JNLS_plotScripts/Plotq12.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine # from subprocess import Popen, PIPE #import sys diff --git a/JNLS_plotScripts/plot-q3-gamma.py b/JNLS_plotScripts/plot-q3-gamma.py index f5c10c9b..d58c82fa 100644 --- a/JNLS_plotScripts/plot-q3-gamma.py +++ b/JNLS_plotScripts/plot-q3-gamma.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine from HelperFunctions import * from ClassifyMin import * diff --git a/JNLS_plotScripts/plot_Elastic_and_PrestrainRatio.py b/JNLS_plotScripts/plot_Elastic_and_PrestrainRatio.py index fa76d910..e2d09f0b 100644 --- a/JNLS_plotScripts/plot_Elastic_and_PrestrainRatio.py +++ b/JNLS_plotScripts/plot_Elastic_and_PrestrainRatio.py @@ -6,7 +6,7 @@ import os import subprocess import fileinput import re -import matlab.engine +# import matlab.engine import sys from ClassifyMin import * from HelperFunctions import * -- GitLab