% Breite in cm
\begin{figure}[H]
\centering
\includegraphics[height=10cm, angle=0]{ModellBilanzraum-Modelle_VB.png}
\caption{Massenflüsse im Verbundbetrieb}
\label{fig:ModellVB}
\end{figure}\\
% Breite aus Textbreite
\begin{figure}[H]
\centering
\includegraphics[width=1\textwidth, angle=0]{ModellBilanzraum-Gleichungen_VB.png}
\caption{Matrix der Bilanzgleichungen im Verbundbetrieb}
\label{fig:GleichungenVB}
\end{figure}
% zwei nebeneinander
\begin{figure}[H]
\centering
\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=0.8\textwidth]{DedustingExample1.png}
\caption{Example 1,\\ filter with four dedusting points}
\label{fig:sub:ex1}
\end{minipage}\hfill
\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=0.8\textwidth]{DedustingExample2.png} % second figure itself
\caption{Example 2,\\ filter with 5 dedusting points}
\label{fig:sub:ex2}
\end{minipage}
\end{figure}