Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[HELP]Matlab 7+EPS+PDFlatex - bounding box problem

Status
Not open for further replies.

eirp

Advanced Member level 1
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
Code:
%%BoundingBox:    87   262   507   578
2) make .pdf from .eps using acrobat distiller (PDFLatex can't import eps directly)
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..
 

pdflatex bounding box

Hi,
is it the bounding box alone that has the problem or the whole contents of figure has shifted.
brmadhukar
 

matlab figure bounding box

brmadhukar said:
Hi,
is it the bounding box alone that has the problem or the whole contents of figure has shifted.
brmadhukar

Hello

I've noticed the problem is that bounding box of Matlab's figure is very big, figure isn't cropped properly...

any solution?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top