Large whitespace around Simulink model when exporting to .eps file in R2010a
2 views (last 30 days)
Show older comments
When exporting a Simulink model to .eps file through
print -smymodel -depsc
I obtain a postcript file with a huge whitespace around the content of the model. It is obviously a problem with the bounding box of the .eps file.
In R2008a it works fine, the bounding box precisely surrounds the blocks but in R2010a the bounding box is huge, which leads to undesirable whitespace around the model.
Does anybody know how to avoid this and get the same functionality from R2010a as from R2008a? Please note that hand-editing of the .eps file is not an option, I have a lot of files to process.
0 Comments
Answers (2)
MarkB
on 3 Feb 2011
The following link might relate to this:
To the best of my knowledge, there aren't any guarantees of 1:1 correspondence between exported files and the layout of the model; Naturally, all blocks ought to be included in their positions relative to other blocks, but I would advise against depending on padding and cropping of surrounding whitespace.
0 Comments
See Also
Categories
Find more on String in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!