22,7 → 22,20 |
fit n(x) "emise2449.txt" using 1:2 via o,p |
|
set output "emisni_proud.png" |
plot "emise1992.txt" using 1:2 with points title "1992 K", f(x), "emise2061.txt" using 1:2 with points title "2061 K",g(x) , "emise2233.txt" using 1:2 with points title "2233 K", h(x), "emise2343.txt" using 1:2 with points title "2343 K", l(x), "emise2449.txt" using 1:2 with points title "2449 K", n(x) |
plot "emise1992.txt" using 1:2 with points title "1992 K", f(x) title "", "emise2061.txt" using 1:2 with points title "2061 K",g(x) title "" , "emise2233.txt" using 1:2 with points title "2233 K", h(x) title "", "emise2343.txt" using 1:2 with points title "2343 K", l(x) title "", "emise2449.txt" using 1:2 with points title "2449 K", n(x) title "" |
|
set print "emise_fit.txt" |
|
print f(0) |
print g(0) |
print h(0) |
print l(0) |
print n(0) |
|
set key off |
set ylabel "Teplota katody [K]" |
set xlabel "Příkon žhavení [W]" |
|
set output "zhaveni.png" |
plot "zhaveni.txt" using 1:2 with points |
|