Code: Select all
\newsavebox{\tempbox}
\begin{figure}
\centering
\sbox{\tempbox}{
\begin{tabular}{|l|l|}
\hline
$\bf Parameters$ & $\bf Values$ \\ \hline
$L_d/L_R/L_u$(mm) & 20/14/10 \\ \hline
$\theta_d/\theta_R/\theta_u(^0)$ & 2.4/0/3.2 \\ \hline
Smoothing $L_{s,d}/L_{s,u}$(mm) & 3.2/3.2 \\ \hline
$R_R/R_i/R_b$(mm) & 33/10/11.4 \\ \hline
$\theta_i(^0)$ & -1 \\ \hline
\end{tabular}
}
\subfloat[]{\usebox{\tempbox}}%
\subfloat[]{
\vbox to \ht\tempbox{\includegraphics[width=5cm]{graphics/12a}}
}
\caption{Optimized sample cavity geometry -----}
\end{figure}