Large whitespace around Simulink model when exporting to .eps file in R2010a
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
MarkB
il 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 Commenti
Vedere anche
Categorie
Scopri di più su String in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!