Rev 575 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
set terminal postscriptset output "struna.ps"set key underset xlabel "# harmonics"set ylabel "frequency"F=4.91f(x)=(x+1)*1/2*sqrt(F/Ro)fit f(x) "struna.txt" via Roplot f(x) title "approximed", "struna.txt" using 1:2 title "measured"