答案1
请尝试上传一些您尝试过的代码,以展示您的努力,否则必须输入全部数据
\documentclass{article}
\usepackage{makecell, caption, booktabs, multirow, siunitx}
\renewcommand\theadfont{\bfseries}
\renewcommand\cellalign{lc}
\newcommand{\otoprule}{\midrule[\heavyrulewidth]}
\begin{document}
\begin{table}[tp]
\renewcommand{\arraystretch}{1.3}
\caption{VSI Parameters}
\label{tab:2}
\centering
\begin{tabular}{@{}
*{6}{c}
% *{12}{c}
% >{$}c<
% {$}
% @{\hskip1.5em}
% S[table-format=1.4]
% S[table-format=1.1]
@{}}
\toprule
phi
&model
&F1
&Y1
&Y1
&Y1\\ \cmidrule(lr){4-4}\cmidrule(lr){5-5}\cmidrule(lr){6-6}
&
&
&50 100 500 1000
& 50 100 500 1000
& 50 100 500 1000\\ \midrule
0.1
&Normal
&N
&50 100 500 1000
&50 100 500 1000
&50 100 500 1000\\
&
&E
&50 100 500 1000
&50 100 500 1000
&50 100 500 1000\\
&
&E
&50 100 500 1000
&50 100 500 1000
&50 100 500 1000\\
&
&E
&50 100 500 1000
&50 100 500 1000
&50 100 500 1000\\
&
&E
&50 100 500 1000
&50 100 500 1000
& 50 100 500 1000\\ \midrule
\vdots\\
\bottomrule
\end{tabular}
\end{table}
\end{document}