
The code:
Code: Select all
\begin{table}[h]
\centering
\caption{1-9 Scales definition.}
\begin{tabular}{p{1.5cm}p{2.3cm}p{2.3cm}}
\hline
Relative intensity & Definition & Explanation in weight comparison example} \\
\hline
1 & Equal importance & Equal weights \\
3 & Moderat importance & Weight ratio=3/2 \\
5 & Strong importance & Weight ratio=2\\
7 & Very strong importance & Weight ratio=3\\
9 & Extreme importance & Weight ratio\ge5\\
2,4,6,8 & Intermediat values between two adjacent judgments & Intermediate weight ratios of above \\
\hline
\multicolumn{3}{p{7.5cm}}{Reciprocals if activity $i$ has one of the above numbers assigned to it when compared with activity $j$, then $j$ has the reciprocal value when compared with $i$}
\label{tab:1}
\end{tabular}
\end{table}
Code: Select all
\begin{tabular}{p{1.5cm}p{2.3cm}p{2.3cm}}
Code: Select all
\begin{tabular}{m{1.5cm}m{2.3cm}m{2.3cm}}
