Files
mathematikfhtw/tikzgrafiken/function2.f3.gnuplot
2020-10-24 13:47:37 +02:00

3 lines
125 B
Gnuplot

set terminal table; set output "function2.f3.table"; set format "%.5f"
set samples 50; plot [x=0.658:3] exp(-x*x*0.5/0.16)