
I need to subfigure the following
%\begin{figure}[h!]
% \centering
% \includegraphics [width=0.7\textwidth]{delay_20amp_synch_fr4_submap.eps}
% \caption{Typical subspace map for the synchronous actuators motion(Heave)}
% \label{fig:delay_20amp_synch_fr4_submap.eps}
%\end{figure}
%\begin{figure}[h!]
% \centering
% \includegraphics [width=0.7\textwidth]{delay_fr4_cycle.eps}
% \caption{Time domain response of the two actuators being sinusoidally controlled.}
% \label{fig:delay_fr4_cycle.eps}
%\end{figure}
I tried the folowing but did not work
\begin{figure}[h]
\hfill
\begin{minipage}[t]{.45\textwidth}
\begin{center}
\epsfig{file=delay_20amp_synch_fr4_submap.eps, scale=0.25}
\caption{figure 1}
\label{fig-tc}
\end{center}
\end{minipage}
\hfill
\begin{minipage}[t]{.45\textwidth}
\begin{center}
\epsfig{file=delay_fr4_cycle.eps, scale=0.25}
\caption{figure 2}
\label{fig-tc}
\end{center}
\end{minipage}
\hfill
\end{figure}
Any help will be much apprecitaed 8)