Answers for "how to convert a matlab plot to latex"

0

how to convert a matlab plot to latex

\documentclass{article}
\usepackage{graphicx}    %  in the preamble

\begin{document}

\begin{center}
   \includegraphics[scale=0.6]{myfig.eps}
\end{center}
\end{document}
Posted by: Guest on October-21-2021

Browse Popular Code Answers by Language