我有一些 matlab 图形,我想将它们放入 LaTeX 的表格中(如图所示)。问题是,当我尝试将 matlab 图形保存为 .eps,然后尝试插入 LaTeX 时,虚线会变成虚线。
这是我正在使用的代码:
\begin{figure}
\begin{tabular}{@{}|c|c|c|@{}}
\hline
\textbf{Number of} & \textbf{Number of} & \textbf{Number of} \\
\textbf{Coefficients: 2} & \textbf{Coefficients: 3} & \textbf{Coefficients: 4}\\
\hline
\textbf{Bifurcation Point: 1.56} & \textbf{Bifurcation Point: 1.74} & \textbf{Bifurcation Point: 1.76} \\
\hline
\includegraphics[scale=0.1]{Chapter2/NewFigs/2coff_a1_M5_twist2_linspace3And7_Finalfig.eps} &
\includegraphics[width=.32\textwidth]{figs/figs_File/2coff_a2_M5_twist2_linspace3And7_Finalfig.eps} &
\includegraphics[width=.32\textwidth]{example-image-c} \\
\hline
\includegraphics[width=.32\textwidth]{example-image-a} &
\includegraphics[width=.32\textwidth]{example-image-b} &
\includegraphics[width=.32\textwidth]{example-image-c} \\
\hline
&
\includegraphics[width=.32\textwidth]{example-image-b} &
\includegraphics[width=.32\textwidth]{example-image-c} \\
\hline
& & \includegraphics[width=.32\textwidth]{example-image-a}\\
\hline
\end{tabular}
\caption{This is some figure side by side}
\end{figure}
这是我试图放置 .eps 图形的地方: