I am writing a student thesis in LaTeX and need to import several figures created in Matlab. I found some programs to do this task:
- matfig2pgf
- matlab2tikz
- fig2texPS
The problem is that using one of the first two I get a problem that the tex capacity is exceeded. The figures have quite lots of data points which could be the reason why tex gives up. Using the latter program I cannot export subplots; I have to create a image for each. Also I am not sure, if I get the single images arranged in latex in a nice fashion (not yet tasted). Also I have to do it using dvi/ps/pdf for each file separately.
My question is: What is a good way to include the images from matlab in latex?
I ask because I do not want to have to create all the files twice to more because any limitation of any program is reached.



ps2pdf? Alternatively, have you tried saving the graphics files directly in pdf format? – Mico Nov 10 '11 at 22:20TeX capacity is exceeded. Hence if you can put a small example into your question, I have no doubt that our regular wizards would lead the way. – percusse Nov 10 '11 at 23:31