I am using the following command:
\begin{figure}[h!]
\begin{subfigure}{.5\textwidth}
\centering
\includegraphics[width=11cm]{bilder/Mode_1_unfolding.png}
\caption{Mode-1 unfolding of $\ten{A}$}
\label{fig:mode1}
\end{subfigure}
\centering
\begin{subfigure}{.5\textwidth}
\centering
\includegraphics[width=11cm]{bilder/Mode_2_unfolding.png}
\caption{Mode-2 unfolding of $\ten{A}$}
\label{fig:mode2}
\end{subfigure}
\centering
\begin{subfigure}{.5\textwidth}
\centering
\includegraphics[width=11cm]{bilder/Mode_3_unfolding.png}
\caption{Mode-3 unfolding of $\ten{A}$}
\label{fig:mode3}
\end{subfigure}
\caption{ Unfolding of $\ten{A}$}
\label{fig:mode}
\end{figure}
As a result, I have got:
![resulted pdf][1]
Questions:
Why doesn't
\centeringcentre the Figure 1.7 in the result?How to add figures with one caption in a column without
subfigure?
