What is the default figure export format from matlab live script?
1 view (last 30 days)
Show older comments
I save as latex document the matlab live script (.mlx). It automatically generate some .eps figures. I need to add figure generated in matlag (.fig) in the same format of autogenerated file. I used the function
print -depsc epsFig
in order to generate eps figure but the dimension and text and format is different. How can i make this last figure equal to autogenerated ones?
Thanks
2 Comments
Mukul Rao
on 4 Dec 2017
Hello. Can you share more details on your workflow and why you're trying to match the format of the auto-generated .eps figures?
Answers (1)
Mukul Rao
on 6 Dec 2017
Hi Timmaso, I work for the MathWorks Technical Support team. As of R2017b, you can control the size of the exported EPS figures, by setting the figure's position property. Note that this property must be set in the LiveScript before the figure is generated. As long as you set a position value that does not result in the figure being over-sized (in which case it is downsized on export), the exported EPS figures when imported to LaTeX should look similar to their counterparts in the LiveScript.
If you receive a figure from a different source (colleague/friend), you can open these figures within the LiveScript with the openfig command. When you export the LiveScript, the generated EPS figures should match the other figures in size.
0 Comments
See Also
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!