0
I would like to place a caption/text below a figure that is inside a table in Latex.
How are you...
I’m willing to put.. (a) NTFS - Random reading ...
Follows the code
\begin{table}[H]
\caption{Vazão de R/W aleatória dos FS em um SSD}
\label{tab-VazaoSSD}
\centering
\begin{tabular}{|c|c|}
\hline
\multicolumn{2}{|c|}{\begin{tabular}[c]{@{}c@{}}IOzone Benchmark (File size: 1 GiB, Record length: 4096 KiB)\\
\textbf{Vazão (KiByte/s)}
\end{tabular}} \\ \hline
\includegraphics[scale=0.4]{figuras/ImagensIOZONE/VazaoRW/SSDNTFSLeituraAle.png}
&
\includegraphics[scale=0.4]{figuras/ImagensIOZONE/VazaoRW/SSDNTFSEscritaAle.png}
\\ \hline
\end{tabular}
\end{table}
And what is your Latex code from this table?
– Woss
Added, thank you.
– Rafael Breno