eirp
Advanced Member level 1
- Joined
- Dec 11, 2001
- Messages
- 466
- Helped
- 29
- Reputation
- 56
- Reaction score
- 19
- Trophy points
- 1,298
- Location
- Phase center
- Activity points
- 5,138
matlab eps bounding box
Hi all!
I have strange problem with importing vector pictures from Matlab 7 to PDFLatex.
My workflow is as follows (worked in Matlab 6.x!)
1) export picture from matlab as .eps
1a) edit .eps and copy bounding box from file - like
2) make .pdf from .eps using acrobat distiller (PDFLatex can't import eps directly)
3) import .pdf into PDFlatex using copied bounding box parameters
using bound.box from eps. now the imported pictures have bad position!!!
I used this method in Matlab 6 :roll:
Any simple idea?
Thanks..
Hi all!
I have strange problem with importing vector pictures from Matlab 7 to PDFLatex.
My workflow is as follows (worked in Matlab 6.x!)
1) export picture from matlab as .eps
1a) edit .eps and copy bounding box from file - like
Code:
%%BoundingBox: 87 262 507 578
3) import .pdf into PDFlatex using copied bounding box parameters
Code:
\includegraphics[bb=87 262 507 578,scale=0.5]{blabla.pdf}
using bound.box from eps. now the imported pictures have bad position!!!
I used this method in Matlab 6 :roll:
Any simple idea?
Thanks..