nya
parent
eb45f0c5a4
commit
72cf5b79a1
@ -0,0 +1,4 @@
|
||||
1.0367 3.78 1
|
||||
0.8644 3.12 1
|
||||
0.7919 2.95 1
|
||||
0.6618 2.51 1
|
@ -0,0 +1,4 @@
|
||||
0.984 4.57 1
|
||||
0.7049 3.22 1
|
||||
0.5844 2.65 1
|
||||
0.5005 2.29 1
|
@ -0,0 +1,33 @@
|
||||
#!/usr/bin/gnuplot -persist
|
||||
set terminal postscript solid color eps enhanced
|
||||
#set terminal png enhanced
|
||||
set output "2.1.1.ps"
|
||||
set encoding koi8r
|
||||
|
||||
#set label 11 center at graph 0.5,char 0.5 "Рис.2 Результаты измерений напряжения V_{B} в зависимости от тока I_{A} для проволок разной длины l и их линейная аппроксимация y = kx" font "Arial,10"
|
||||
set grid
|
||||
set xlabel "N, Вт"
|
||||
set ylabel '/Symbol D T, ^\circ C'
|
||||
|
||||
set multiplot
|
||||
set yrange [0:8]
|
||||
set xrange [0:1.5]
|
||||
set key spacing 2
|
||||
set key bottom right
|
||||
set key off
|
||||
|
||||
set style line 1 lt 1 pt 7 ps 0.5 lc rgb "red"
|
||||
set style line 2 lt 1 pt 7 ps 0.5 lc rgb "blue"
|
||||
#set style line 3 lt 1 pt 7 ps 0.5 lc rgb "green"
|
||||
set style line 4 lc black
|
||||
|
||||
set key box linestyle 4
|
||||
set key opaque Left
|
||||
|
||||
plot "2.1.1(q1).txt" using 1:2:3 notitle with yerrorbars linestyle 1
|
||||
plot "2.1.1(q2).txt" using 1:2:3 notitle with yerrorbars linestyle 2
|
||||
#plot "1.1.1(20).txt" using 2:1:3 notitle with yerrorbars linestyle 3
|
||||
|
||||
plot 3.68*x smooth csplines title "q_{1}" linestyle 1, \
|
||||
4.6*x smooth csplines title "q_{2}" linestyle 2
|
||||
# 2.006*x smooth csplines title "l = 20 см\nk=2.006^+/-0.023 Ом" linestyle 3
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
1 248
|
||||
2 461
|
||||
3 673
|
||||
4 888
|
||||
5 1105
|
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 19 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,22 @@
|
||||
set terminal epslatex
|
||||
set output './lab-gnuplottex-fig1.tex'
|
||||
set grid
|
||||
set xlabel '$ N $, Вт'
|
||||
set ylabel '$ \Delta T $, C'
|
||||
|
||||
set multiplot
|
||||
set yrange [0:1500]
|
||||
set xrange [0:7]
|
||||
set key spacing 2
|
||||
set key bottom right
|
||||
set key off
|
||||
|
||||
set style line 1 lt 1 pt 7 ps 0.5 lc rgb "red"
|
||||
set style line 2 lt 1 pt 7 ps 0.5 lc rgb "blue"
|
||||
set style line 4 lc black
|
||||
|
||||
set key box linestyle 4
|
||||
set key opaque Left
|
||||
|
||||
plot "2.1.3(22.8).data" using 1:2 notitle linestyle 1
|
||||
|
@ -0,0 +1,215 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\definecolor{tbcol}{rgb}{1,1,1}%
|
||||
\begin{picture}(7200.00,5040.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,704){\makebox(0,0)[r]{\strut{}$0$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,1218){\makebox(0,0)[r]{\strut{}$1$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,1733){\makebox(0,0)[r]{\strut{}$2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,2247){\makebox(0,0)[r]{\strut{}$3$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,2762){\makebox(0,0)[r]{\strut{}$4$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,3276){\makebox(0,0)[r]{\strut{}$5$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,3790){\makebox(0,0)[r]{\strut{}$6$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,4305){\makebox(0,0)[r]{\strut{}$7$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,4819){\makebox(0,0)[r]{\strut{}$8$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(682,484){\makebox(0,0){\strut{}$0$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1498,484){\makebox(0,0){\strut{}$0.2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2314,484){\makebox(0,0){\strut{}$0.4$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3130,484){\makebox(0,0){\strut{}$0.6$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3947,484){\makebox(0,0){\strut{}$0.8$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4763,484){\makebox(0,0){\strut{}$1$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(5579,484){\makebox(0,0){\strut{}$1.2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(6395,484){\makebox(0,0){\strut{}$1.4$}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(209,2761){\rotatebox{-270}{\makebox(0,0){\strut{}$ \Delta T $, C}}}%
|
||||
\put(3742,154){\makebox(0,0){\strut{}$ N $, Вт}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,704){\makebox(0,0)[r]{\strut{}$0$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,1218){\makebox(0,0)[r]{\strut{}$1$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,1733){\makebox(0,0)[r]{\strut{}$2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,2247){\makebox(0,0)[r]{\strut{}$3$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,2762){\makebox(0,0)[r]{\strut{}$4$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,3276){\makebox(0,0)[r]{\strut{}$5$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,3790){\makebox(0,0)[r]{\strut{}$6$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,4305){\makebox(0,0)[r]{\strut{}$7$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,4819){\makebox(0,0)[r]{\strut{}$8$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(682,484){\makebox(0,0){\strut{}$0$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1498,484){\makebox(0,0){\strut{}$0.2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2314,484){\makebox(0,0){\strut{}$0.4$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3130,484){\makebox(0,0){\strut{}$0.6$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3947,484){\makebox(0,0){\strut{}$0.8$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4763,484){\makebox(0,0){\strut{}$1$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(5579,484){\makebox(0,0){\strut{}$1.2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(6395,484){\makebox(0,0){\strut{}$1.4$}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(209,2761){\rotatebox{-270}{\makebox(0,0){\strut{}$ \Delta T $, C}}}%
|
||||
\put(3742,154){\makebox(0,0){\strut{}$ N $, Вт}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,704){\makebox(0,0)[r]{\strut{}$0$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,1218){\makebox(0,0)[r]{\strut{}$1$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,1733){\makebox(0,0)[r]{\strut{}$2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,2247){\makebox(0,0)[r]{\strut{}$3$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,2762){\makebox(0,0)[r]{\strut{}$4$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,3276){\makebox(0,0)[r]{\strut{}$5$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,3790){\makebox(0,0)[r]{\strut{}$6$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,4305){\makebox(0,0)[r]{\strut{}$7$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(550,4819){\makebox(0,0)[r]{\strut{}$8$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(682,484){\makebox(0,0){\strut{}$0$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1498,484){\makebox(0,0){\strut{}$0.2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2314,484){\makebox(0,0){\strut{}$0.4$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3130,484){\makebox(0,0){\strut{}$0.6$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3947,484){\makebox(0,0){\strut{}$0.8$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4763,484){\makebox(0,0){\strut{}$1$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(5579,484){\makebox(0,0){\strut{}$1.2$}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(6395,484){\makebox(0,0){\strut{}$1.4$}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(209,2761){\rotatebox{-270}{\makebox(0,0){\strut{}$ \Delta T $, C}}}%
|
||||
\put(3742,154){\makebox(0,0){\strut{}$ N $, Вт}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(5288,1427){\makebox(0,0)[l]{\strut{}$ q_{1} $}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(5288,987){\makebox(0,0)[l]{\strut{}$ q_{2} $}}%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics[width={360.00bp},height={252.00bp}]{./lab-gnuplottex-fig1}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
@ -0,0 +1,26 @@
|
||||
\relax
|
||||
\providecommand\babel@aux[2]{}
|
||||
\@nameuse{bbl@beforestart}
|
||||
\catcode `"\active
|
||||
\babel@aux{russian}{}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1}Теоретические сведения}{1}{}\protected@file@percent }
|
||||
\newlabel{eq1}{{1}{1}}
|
||||
\newlabel{eq2}{{2}{1}}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Нагрев газа при течении по трубе}}{2}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Экспериментальная установка:}{2}{}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Схема экспериментальной установки}}{2}{}\protected@file@percent }
|
||||
\newlabel{eq3}{{3}{2}}
|
||||
\newlabel{eq4}{{4}{3}}
|
||||
\newlabel{eq5}{{5}{3}}
|
||||
\newlabel{eq6}{{6}{3}}
|
||||
\newlabel{eq7}{{7}{3}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Оборудование и инструментальные погрешности}{3}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Ход работы}{3}{}\protected@file@percent }
|
||||
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Измерение $ q_{1} $}}{4}{}\protected@file@percent }
|
||||
\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Измерение $ q_{2} $}}{4}{}\protected@file@percent }
|
||||
\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Зависимость $ \Delta T(N)$ для $ q_{1} $}}{5}{}\protected@file@percent }
|
||||
\@writefile{lot}{\contentsline {table}{\numberline {4}{\ignorespaces Зависимость $ \Delta T(N)$ для $ q_{2} $}}{5}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Обработка данных}{5}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.5}Обсуждение результатов}{6}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {1.6}Вывод}{7}{}\protected@file@percent }
|
||||
\gdef \@abspage@last{7}
|
@ -0,0 +1 @@
|
||||
gnuplot: error while loading shared libraries: libcerf.so.2: cannot open shared object file: No such file or directory
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.