I have a problem with graphics in texmaker. I had my code in my old PC and it worked properly. But now in my new PC it doesnt work. Here is my code:
\documentclass[a4paper,11pt]{elsarticle} % article for Elsevier
\usepackage{graphicx} % need this package
\begin{document}
\begin{figure}[htbp] % htbp stand for "here", "top", "bottom", "page"
\includegraphics[scale=1]{DATA/Zapoctovy program prvak/Matlab DU4/spy(H).jpg}
\end{figure}
\end{document}
It says this error:enter image description here