MATLAB Include MATLAB Figure in LATEX Document

AI Thread Summary
To successfully include a MATLAB figure in a document using MikTex and Texmaker, it is essential to address the issue of axis labels disappearing when using .eps or .pdf formats. Adjusting the bounding box settings may resolve this problem, as improper bounding box configurations can lead to cropped axes. While .jpg images are visually unappealing, saving MATLAB plots as .png can be a temporary solution, though it may not maintain quality at different zoom levels. For optimal results, using vector formats like .eps is recommended. A common workflow involves saving the MATLAB figure as .eps, then importing it into Inkscape, a free vector graphics editor. This allows for further customization of the figure, including adjustments to fonts and line styles, before saving it again as .eps with the correct bounding box settings.
Curl
Messages
756
Reaction score
0
I have a MATLAB figure I want to put in a document. I'm using MikTex and Texmaker. However in the past half hour I have not been able to get this to work using any format and I tried everything I found on google. If I try to use .eps/.pdf file, all the axis labels disappear. And .jpg is ugly. I don't know what else to try. Anyone know how to do this?
 
Physics news on Phys.org
Curl said:
I have a MATLAB figure I want to put in a document. I'm using MikTex and Texmaker. However in the past half hour I have not been able to get this to work using any format and I tried everything I found on google. If I try to use .eps/.pdf file, all the axis labels disappear. And .jpg is ugly. I don't know what else to try. Anyone know how to do this?

Hey Curl.

I did a quick google and got this:

http://amath.colorado.edu/documentation/LaTeX/reference/figures.html

It mentions at the very bottom of the page that you need to specify information that corresponds to the bounding box that is used for the image.

Maybe this is why your axis are getting cut off. Perhaps you could change the bounding box information so that your axis are not cropped out?
 
Wow i tried it with TeXworks and it works. Any reason why it doesn't work with Texmaker? I'm using the same compiler (PDFLaTeX) on both apparently. Weird.
 
I had trouble using .jpg images, so I started saving my MATLAB plots as .png and everything worked fine. :)
 
PNG is ugly unless you are looking at the picture at 100%.
 
You want to keep the figure in a vector base format, such as eps.

When making figures with MATLAB for use in papers for example, I often use an image program as a middle step for formatting the figure. Adobe Illustrator works, but it costs money. A free open source program that also works pretty well is Inkscape, which is designed to deal with vector based graphics.

The typical procedure would be to save the MATLAB figure as eps, then use the import option in Inkscape. This allows you to ungroup the components in the MATLAB graph and format it as you wish, for example changing fonts or lineshapes/colors. Then save it as eps, just remember to set the boundry box to fit the image components.

Hope that helps.
 

Similar threads

Replies
3
Views
3K
Replies
4
Views
3K
Replies
10
Views
3K
Replies
7
Views
8K
Replies
4
Views
9K
Back
Top