From 81f60804e0240512f6b7e20e90e03c684b5d3211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CAZENAVE?= <clement.cazenave@ensiie.fr> Date: Sun, 12 Jan 2020 19:54:14 +0100 Subject: [PATCH] Update AnimCuivre.sce --- AnimCuivre.sce | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AnimCuivre.sce b/AnimCuivre.sce index 286b2d9..2408c0c 100644 --- a/AnimCuivre.sce +++ b/AnimCuivre.sce @@ -1,10 +1,10 @@ -tab= read("verre",100,101) +tab= read("cuivre",100,101) for i=1:100 clf a=string(double(i*16/100)) - plot2d(tab(i,:),rect=[0,280,101,380]) + plot2d(tab(i,:),rect=[0,280,101,335]) xtitle("Température à "+a+" sec, barre de verre","x","T(K)") sleep(100) end -plot2d(tab(100,:),rect=[0,280,101,380]) +plot2d(tab(100,:),rect=[0,280,101,335]) xtitle("Température à "+string(16)+" sec, barre de verre","x","T(K)") -- GitLab