There is a big gap under the subtitle (second is ok and I want to gain the same result )even if I used to the same code for both subtitles .
\subsubsection*{Aviation}
\begin{figure}[H]
\begin{subfigure}[H]{\textwidth}
\includegraphics[width=\linewidth]{jetplane_image&histogram.jpg}
\caption{Jetplane Image and Histogram}
\label{fig:3_9_14}
\caption*{Source: http://www.imageprocessingplace.com/root\_files\_V3/image\_databases.htm}
\end{subfigure}
\begin{subfigure}[H]{\textwidth}
\includegraphics[width=\linewidth]{chemicalplant_image&histogram.jpg}
\caption{Chemical Plant Image and Histogram}
\label{fig:3_9_15}
\caption*{Source: https://processing.org/tutorials/color/}
\end{subfigure}
\end{figure}
\subsubsection*{Medical}
\begin{figure}[H]
\includegraphics[width=\linewidth]{mri_image&histogram.jpg}
\caption{MRI Image and Histogram}
\label{fig:3_9_16}
\caption*{Source: http://www.cefns.nau.edu/\~pam7/EE442/grayscale/grayscaleimgs.html}
\end{figure}
And results are following;
Can anybody help me? I know floating is a widespread problem and I checked the lots of documents but it does not make sense gaining different odd results via the same codes.


[H]specifier. It should be avoided as much as possible: afigureis afloatingenvironment, that LaTeX tries to place in the best possible way, according to its criteria. – Bernard Jul 09 '17 at 11:27\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. – CarLaTeX Jul 09 '17 at 11:28