I want to include an image in my document. This image (Log_Data1.png) is in a folder named IP_SR, so my instruction for including the file is as follows,
Code: Select all
\begin{figure}[!htp]
\begin{center}
\subfigure[CL]{\label{mt11} \includegraphics[scale=\szt]{STS/CL/Log_Dat1.png}}
\subfigure[IP_SR]{\label{mt12} \includegraphics[scale=\szt]{STS/IP_SR/Log_Dat1.png}}
\subfigure[LP_SR]{\label{mt21} \includegraphics[scale=\szt]{STS/LP_SR/Log_Dat1.png}}\\
\subfigure[QP_SR]{\label{mt22} \includegraphics[scale=\szt]{STS/QP_SR/Log_Dat1.png}}
\end{center}
\caption{Curves for Network }
\label{im}
\end{figure}
Thank you, guys.