Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 914 → Rev 915

/dokumenty/skolni/PRA2/hysterezni_smycka/hysterezni_smycka.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PRA2/hysterezni_smycka/komutace_dolu.txt
0,0 → 1,12
600 346.23 0 0 14.1 0.78
530 305.84 0.3 0.02 13.5 0.74
439 253.33 0.3 0.02 13.1 0.72
384 221.59 0.6 0.03 13.1 0.72
220 126.95 0.9 0.05 13.2 0.73
163 94.06 1.4 0.08 12.9 0.71
116 66.94 1.6 0.09 11.6 0.64
83 47.90 2.3 0.13 11.2 0.62
50 28.85 2.7 0.15 11.2 0.62
18 10.39 3.3 0.18 5.3 0.29
30 17.31 3.2 0.18 11 0.61
 
/dokumenty/skolni/PRA2/hysterezni_smycka/komutace_nahoru.txt
0,0 → 1,10
621 358.35 0 0 14.1 0.78
425 245.25 0.4 0.02 13.5 0.74
221 127.53 0.9 0.05 13.1 0.72
164 94.64 1.1 0.06 12.4 0.68
116 66.94 1.6 0.09 12.1 0.67
83 47.90 1.7 0.09 11.7 0.64
50 28.85 2.3 0.13 9 0.50
30 17.31 2.7 0.15 11.1 0.61
18 10.39 3.4 0.19 5.4 0.30
 
/dokumenty/skolni/PRA2/hysterezni_smycka/plot.gp
0,0 → 1,18
set terminal png
set output "hysterezni_smycka.png"
 
set key off
set grid
set angles degrees
 
k=1
q=1
 
f(x)=k*x + q
 
set xlabel "H [A/m]"
set ylabel "D B [T]"
 
#fit f(x) "komutace_nahoru.txt" using 2:4 via k,q
plot "komutace_nahoru.txt" using 2:($4) with points pt 3, "komutace_nahoru.txt" using (-$2):($6) with points pt 3, "komutace_dolu.txt" using 2:($4) with points pt 4, "komutace_dolu.txt" using (-$2):($6) with points pt 4