![]() |
PHYS 329/330 - Experimental Physics |
fit [x1:x2] f(x) "file.dat" via a,b,cx1 and x2 give the range of data to
be fit, f(x) is a
previously defined function (or the function itself),
file.dat is the data file, and a,
b, and c are the parameters to be
fit.set term postscript eps
set output "filename.eps"
replot
set term x11
set term postscript eps 28
sample.tex to a working file,
say paper.tex:% cp sample.tex paper.tex
paper.tex:% emacs paper.tex &
% latex paper.tex
% latex paper.tex
.dvi file:% xdvi paper.dvi &
% dvips -Polin170d paper.dvi
paper.pdf):% dvipdf paper.dvi
% dvips -o paper.ps paper.dvi
paper.ps)
to a pdf file (paper.pdf):% ps2pdf paper.ps