\begin{figure}
%\centering
\begin{minipage}[h]{0.58\textwidth}
\centering
\includegraphics[scale=0.4,trim=12mm 15mm 12mm 15mm]{fig1}
\end{minipage}
\begin{minipage}[h]{0.38\textwidth}
\centering
\include{fig2}
\end{minipage}
\end{figure}
I get the fig1 nicely placed in the center of the left side BUT fig2 'sank' at the bottom of the right side. I dont really know what's wrong with the code. Actually fig2 is a table which i store as a tex file with codes only, something like:
\begin{tabular}{|c|c|}
\hline
aa & bb \\ \hline
0 & 10 \\ \hline
1 & 2 \\ \hline
\end{tabular}
Hope someone will help me fix this. Thanks in advance.