I got another problem for you TeX-JunXies out there

I'm trying to have a table and figure side-by-side using the subfig package. For some reason the subfloats aren't compatible like 2 figures are.
Heres the code
Code: Select all
\begin{figure}[h]
\begin{center}
\subfloat{%
\label{fig:subassembly}\includegraphics[width=0.45\textwidth]{subassembly.eps}}
\hspace{0.01cm}
\subfloat{%
\label{tab:subkey}
\begin{tabular}[h]{r|l}
No.& Apparatus\\
\hline
\hline
1 & Pole Pieces\\
2 & SPH \& Caps\\
3 & Sample\\
4 & $\nicefrac{\pi}{2}$-Pulse\\
5 & $Q$-Damping\\
\end{tabular}}
\end{center}
\caption{Sub-Assembly: Exploded view of sub-assembly \& key. Adapted from\citep{LDNMR}}
\label{fig:subassemandkey}
\end{figure}
Any help would be massively appriciated
Kind regards,
niklz