I writing ieee transaction paper. and I need to added table to the paper
I used the code below which is from the Ieee tran template.
Could anybody help me to extend this table, I need the same section to be repeated 4 times on the same table.
Thank you in advance
Thoalfukar
Code: Select all
\begin{document}
\begin{table}[!t]
\centering
\caption{S-parameter of Thru}
\label{table_delay}
\begin{IEEEeqnarraybox}[\IEEEeqnarraystrutmode\IEEEeqnarraystrutsizeadd{2pt}{0pt}]{x/r/Vx/r/v/r/x}
%
\IEEEeqnarraydblrulerowcut\\&&&&
\IEEEeqnarraymulticol{3}{t}{s21}\\&\hfill\raisebox{-3pt}[0pt][0pt]{cut}\hfill & \IEEEeqnarraymulticol{5}{h}{} %
%
\IEEEeqnarraystrutsize{0pt}{0pt}\\&&&&\hfill Mag\hfill&&\hfill phase\hfill&\IEEEeqnarraystrutsizeadd{0pt}{2pt}\\
%
\IEEEeqnarraydblrulerowcut\\&Expected&&& 0.057&& 0.172&\\ &Measured&&& 0.124&& 0.536&\\
%
\IEEEeqnarraydblrulerowcut\\
%&\IEEEeqnarraymulticol{7}{s}{\scriptsize\textsuperscript{*}limited usability}%
\end{IEEEeqnarraybox}
\end{table}
\end{document}%