I want to show two figures next to each other and each with its own caption and label. However, as soon as I place the caption, the second figure automatically moves to the position below. I use the code below without the captions to show both figures next to each other. Can this be done? Thank you.
Code: Select all
\begin{figure}[!ht]
\includegraphics[scale=.35]{mean_tlc}
%\caption{Mean of TLC}
\label{mean_tlc}
\includegraphics[scale=.35]{rms_elat}
%\caption{RMS of e_lat}
\label{rms_elat}
\end{figure}