
Search found 2 matches
- Mon May 18, 2009 4:26 am
- Forum: Graphics, Figures & Tables
- Topic: ugly table
- Replies: 2
- Views: 2264
Re: ugly table
Thanks a lot! It did the trick 

- Thu May 14, 2009 4:12 am
- Forum: Graphics, Figures & Tables
- Topic: ugly table
- Replies: 2
- Views: 2264
ugly table
I use the folowing code
\begin{table}[t]
\centering
\begin{tabular}{c|c|c|c}
\hline\hline
& & \multicolumn{2}{c}{Voorspelde klasse} \\
\hline
& & $A$ & $\bar{A}$ \\
\hline
\multirow{2}{*}{Werkelijke klasse} & $A$ & TP & FN \\
\cline{2-4}
& $\bar{A}$ & FP & TN \\
\hline
\end{tabular}
\caption{De ...
\begin{table}[t]
\centering
\begin{tabular}{c|c|c|c}
\hline\hline
& & \multicolumn{2}{c}{Voorspelde klasse} \\
\hline
& & $A$ & $\bar{A}$ \\
\hline
\multirow{2}{*}{Werkelijke klasse} & $A$ & TP & FN \\
\cline{2-4}
& $\bar{A}$ & FP & TN \\
\hline
\end{tabular}
\caption{De ...