用latex的multirow包画表格

来源:互联网 发布:火爆网络的亚裔留学生 编辑:程序博客网 时间:2024/05/22 07:05
\begin{table}[htbp]
\centering
\caption{\label{1}Experimental results of speech pattern discovery in "audio only", "visual only", "feature fusion" and "decision fusion"}
\begin{tabular}{c|c|c|c|c}
\hline
 & Precision & Recall & F1-meature & Time\\
\hline
Audio only &   41.38\%  &   53.50\%      &  46.67\%     & 229.15s  \\
\hline
Visual only &   34.14\%  &   29.03\%      &  31.38\%     & 493.69s  \\
\hline
Feature fusion &   48.37\%  &   49.97\%      &  49.16\%     & 306.14s  \\
\hline
Decision fusion &   47.39\%  &   60.89\%       &  53.30\%     & 567.23s  \\
\hline
\end{tabular}

\end{table}


注意:\hline 是画一水平线的意思 前面要有换行符\\

原创粉丝点击