
\begin{minipage}{\linewidth}
\vspace{1em}
\centering
% \label{tab:name}
\begin{tabular}{c|c|c|c|c|c|c|c|c|c|c}
% \hline
t & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline
Node 1 & 4 & & & 2 & & & & 1 & & \\ \hline
Node 2 & & 5 & & & & 2 & & & & \\ \hline
Node 3 & 1 & & & 3 & & & & 7 & & \\ \hline
Node 4 & & 1 & & & 5 & & & & 2 & \\ \hline
Node 5 & & & & & & 7 & & & & \\ \hline
$\mathcal{C}_t$ & 2 & 2 & 3 & 3 & 4 & 3 & 4 & 4 & 4 &4 \\
%\hline
\end{tabular}
\caption{table}{The amount of energy harvested of each sensor in slot $t-1$,$t\in[1,10]$ is given by the above table.}
\end{minipage}
Extra }, or forgotten \endgroup. ... 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline
Missing } inserted. ... 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline
我正在嘗試將多個文件編譯在一起以獲得一份論文 PDF 文件。這段腳本在其單一狀態下運行得非常好。但是,當我嘗試編譯它時,它總是出現問題。我不知道。通常,當我進行對齊、數組和演算法操作時,它會出現問題。
順便說一下,我使用一個模板和某個類別文件來組合所有文件。有人有類似的問題嗎?感謝您的幫助。