Added tabular in 2.2

This commit is contained in:
Jonas Backer
2023-09-30 11:40:59 +02:00
parent 24f5049ab5
commit 7f48bb4d58
3 changed files with 20 additions and 3 deletions
+17 -3
View File
@@ -1,5 +1,19 @@
\subsection{Signalreflexion in Abhängigkeit vom Abschlusswiderstand}
Dieser Abschnitt befasst sich
%\begin[tabular = |c|c|c|c|]{}{}{
%}
Dieser Abschnitt befasst sich mit der Berechnung des theoretischen und experimentell ermittelten Reflexionsfaktor $r$.
\begin{table}[h]
\centering
\begin{tabular}{|c|c|c|c|c|c|}
\hline
\multirow{1}{*}{$R\,[\unit{\ohm}]$}&
\multirow{1}{*}{$u_{1max}\,[\unit{\volt}]$}&
\multirow{1}{*}{$u_{2max}\,[\unit{\volt}]$}&
\multirow{1}{*}{$u_{1max,reflektiert}\,[\unit{\volt}]$}&
\multirow{1}{*}{$r(R)_{Theorie}$}&
\multirow{1}{*}{$r(R)_{Messung}$}\\
\end{tabular}
\caption{Lastwiderstand $R_L$ und Leistung $P$}
\label{table:2}
\end{table}
Binary file not shown.
+3
View File
@@ -17,6 +17,9 @@
\usepackage{amsmath}
\usepackage{csvsimple}
%Zum Zusammenfügen von Spalten in tabular
\usepackage{multirow}
\newdateformat{mydate}{\THEDAY.\ \monthname[\THEMONTH], \THEYEAR} % Datum im gewünschten Format
\captionsetup[figure]{font={scriptsize, it}}