Tagged Questions
6
votes
1answer
116 views
.eps file generated by matlab not centered correctly
Everything is all right before I updated all my MiKTeX package to latest version. But after that, I find that all .eps file generated by Matlab cannot be shown correctly.
For example. I use Matlab to ...
3
votes
3answers
146 views
Insert text inside a image in eps format
UPDATE:I tried the solution with overpic and it works fine. But the problem is, sometimes, my experimental setup changes and I have to reproduce the eps file using different parameters from Matlab. ...
1
vote
0answers
105 views
Figures (pdf) do not contain any text in the final document [closed]
I am creating some plots in Matlab and saving them as pdf files. When I include these pdf files in latex (i am using MikTex and pdflatex) using \includegraphics, all text from plots (legends, xlabel, ...
3
votes
3answers
2k views
pstool, pdfLaTeX: Not getting pstool to work, “LaTeX Error: File not found”
I've spent lots of hours trying to solve a problem by myself. Unfortunately it seems that no one else has experienced the same problem. At least, searching through various forums and employing Google ...
34
votes
3answers
2k views
3-dimensional histogram in pgfplots
I have a simple 3d histogram
which I want to import into pgfplots, e.g. using matlab2tikz or by hand.
PGFplots does not offer 3d histograms.
Is there an easy way to do this?
4
votes
4answers
646 views
Matlab to pdflatex with text properties
I know that this might be more a detail rather than a serious problem but I've already Googled it like crazy and I can't find the solution.
Is it possible to achieve a MATLAB plot in pdflatex with ...
4
votes
1answer
1k views
Problem using matlab2tikz
I'm trying to get matlab2tikz to work. I want to use it for prettyfying output of Matlab's image() command.
In Matlab I tried
imagesc(rand(100));
xlabel('X');
ylabel('Y');
title('Random Colors');
...
0
votes
2answers
984 views
Rotate eps image without the whole page
I have a eps file printed out from a Simulink model using the Matlab command print -deps. However, the image is rotated +90 degrees to portrait. When I include it into my latex document, the whole ...
12
votes
3answers
4k views
How to export matlab figures to (pdf) LaTeX?
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 ...
4
votes
1answer
192 views
Implementing Moving Graphics from Computational Software Packages
I know that you can implement movies into your LaTeX document, but I wanted to know is there a way to implement moving graphics after source code is compiled in Matlab?
This questions can really ...
3
votes
1answer
1k views
Transparent shapes in Matlab to TeX when using Matlab Fill
I want to export figures with transparent shapes in Matlab to TeX. For the following code, the triangle will appear transparent in Matlab but will be solid blue when I generate the tex file using ...
23
votes
10answers
12k views
How to avoid large margins around Matlab plot in PDF
I am preparing image files to be included in a latex document. The image file is generated by printing a Matlab plot.
If I print the plot in eps format, the content of the eps file is fully occupied ...
29
votes
9answers
10k views
What is the best way to include Matlab graphics?
Which way of exporting Matlab graphics delivers the best result for inclusion in LaTeX? Is it possible to export scalable vector graphics, or even LaTeX graphics?
10
votes
8answers
2k views
What do people use for modifying figures?
I usually create figures for my articles in Matlab: various plots of numerical and analytical solutions. One thing that I don't like about it is that the font is different in the figure and in the ...