How do I place a caption/text under a figure that is inside a table in Latex?

Asked

Viewed 793 times

0

I would like to place a caption/text below a figure that is inside a table in Latex.

As I wish... Tabela Google Docs

How are you...

inserir a descrição da imagem aqui

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?

  • Added, thank you.

1 answer

0

You just put \caption{insira sua legenda aqui} after the \end{tabular}. If I’m not mistaken, it’s from the library itself Latex.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.