Blame | Last modification | View Log | Download
#set terminal postscriptset samples 2000#set output "cavendish.ps"set key offset xlabel "Time [s]"set ylabel "Amplitude [mm]"f(x)=a*exp(-d*x)*sin((2*pi/T)*x+fi)+ss=950d=0.0002a=390T=496fi="-300"fit f(x) "poloha1A.txt" using 1:2:3 via a,d,T,fi,sfit f(x) "poloha2A.txt" using 1:2:3 via a,d,T,fi,sfit f(x) "poloha1B.txt" using 1:2:3 via a,d,T,fi,splot "poloha1A.txt" using 1:2:3 with errorbars, "poloha2A.txt" using 1:2:3 with errorbars, "poloha1B.txt" using 1:2:3 with errorbars, f(x)#!ps2pdf cavedish.ps