checkpoint t-1

This commit is contained in:
2026-05-26 13:17:41 +09:00
parent f0a14ef737
commit e7505aac6c
30 changed files with 4691 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
load '../common.gnuplot'
set output "exp2.tex"
set xtics -3,1,0
set xrange [-4:1]
set yrange [-4:1]
set key top left Left reverse
set xlabel "Supply Voltage (V)"
set ylabel "LED Voltage (V)"
plot 'reverse.dat' using 1:($3 - $2) linetype 1 linewidth 2 title "" with lines