I export some plots from Matlab via the command:
print -depsc2 myfigure111
Then I import them in LaTeX via:
\begin{figure} \centering \includegraphics[scale=0.40,angle=0]{pictures/myfigure111} \caption{Simulation blablabla} \end{figure}
In Matlab the plot title is perfektly centered! (top of the figure, and on the middle of the figure).
Have you got an idea?
Regards,
Me