could anyone tell me why the subfigure can't generate space between the words, they are all linked together?
\begin{figure}[htb!]
\centering
\subfigure[\label{fig:beamFRFdr(a)}$Original stiffness distribtution$]
{\includegraphics[width=0.45\textwidth, height=0.2\textheight]{Kdr.eps}}
\subfigure[\label{fig:beamFRFdr(b)}$Corresponding FRF $]
{\includegraphics[width=0.45\textwidth, height=0.2\textheight]{FRFdr.eps}}
\caption{\label{fig:beamFRFdr} degradation Distribution Identified by Original Algorithm and the Corresponding FRF. }
\end{figure}


$Original stiffness distribution$is interpreted as a math formula, hence the missing spaces. Remove the$. – campa Feb 28 '23 at 13:00$\text{sentence}$the words in the sentence are set as an ordinary words and spaces. But why are you setting the subcaptions in math mode anyway? They don't contain math .. – alchemist Feb 28 '23 at 13:10