Creating figures with multiple images in LaTeX

\begin{figure}
    \begin{subfigure}[b]{0.5\textwidth}
        \includegraphics[scale=0.5]{image.pdf}
    \end{subfigure}
    % ... other subfigures
\end{figure}

Related:

References: