\documentclass{article}
\usepackage[demo]{graphicx}
\begin{document}
\begin{figure}
\centering
\subfigure[]{\includegraphics[width=0.3\textwidth]{MainFolder/a.png}}
\subfigure[]{\includegraphics[width=0.33\textwidth]{MainFolder/b.png}}
\subfigure[]{\includegraphics[width=0.33\textwidth]{MainFolder/c.png}}
\end{figure}
\end{document}
I am using above commands for adding sub figures. Required layout is
text text text.... subfigures text text text ... subfigures .
Subfigures appear at the top of the page.
example-image-afrom thegraphicxpackage etc, we do not have access to your figures. Also you can use thelipsumpackage to make dummy text so we can see the format you desire, how do you two subfigures but have only included one\begin{figure}with no text in between? Please help people help you (: – JamesT Jan 24 '24 at 17:17! Undefined control sequence. l.7 \subfigure– David Carlisle Jan 24 '24 at 17:45figurethe only function offigureis to allow the content to move, perhaps you want\begin{figure}[htbp]so it will try to not move it if it fits. – David Carlisle Jan 24 '24 at 17:47