Answered
Font problems when exporting as an .eps
Font support in MATLAB-generated Postscript/Encapsulated Postscript is limited. Unsupported fonts are usually replaced by 'Couri...

2 years ago | 1

Answered
Saving Multiple matlab files using print
My guess is that you are receiving an error from the call to the print function: for i=1:14 print(gcf, figure(i), '-appen...

2 years ago | 0

Answered
print figure with prescript axes position
If you are using R2020a or later you can use the exportgraphics command: % in R2020a or later - create file in current directo...

2 years ago | 0

| accepted

Answered
Issues with .emf and .svg export to word (for 3D surface plots)
You don't say how you are exporting but the following should work, assuming fig is the handle to your figure: % in R2020a or l...

2 years ago | 1

Answered
exportgraphics overlay bug when saving
I suspect you're seeing a difference in behavior between the painters renderer (used when generating "true vector" output when C...

2 years ago | 0

Answered
inputdlg displays dialog box in the second screen
Check for any available updates and install them. If the issue persists, contact technical support.

2 years ago | 0

| accepted

Answered
Why images are displayed twice when using the publish function in a word
The publish command captures figures that it thinks have changed, so something has happened to figure 1 when the "Test 2" sectio...

2 years ago | 1

| accepted

Answered
Why Do Some Figure Properties Not Seem to be Applied Properly when Copy/Paste to/from Clipboard?
My guess is that f2 is being copied to the clipboard as an embedded image which doesn't support transparency. By default the pri...

2 years ago | 0

| accepted

Answered
Transparent background for figures
You can use the exportgraphics command, which was introduced in R2020a, to easily generate output with a transparent background ...

2 years ago | 0

Answered
What is the equivalent command for print -dmeta in unix?
You can use print -dpdf -clipboard

4 years ago | 0

Submitted


ps2pdf
Convert PostScript file to PDF using Ghostscript; can generate multi-page PDF files.

7 years ago | 12 downloads |

Submitted


saveSameSize
Easily print/export figure at on-screen size

7 years ago | 1 download |

Submitted


fillPage
Quickly set figure properties so printed/exported figure will fill entire page.

7 years ago | 1 download |

Submitted


shareIt
Print/export a figure or Simulink model and share via email

7 years ago | 1 download |

Answered
How to export high resolution line graphs to png, tiff, etc
If you believe the lines aren't scaling correctly you should <http://www.mathworks.com/support/ contact technical support> so th...

8 years ago | 3

Answered
saving figures in matlab
You can try using an invisible figure: % create an invisible figure f = figure('visible', 'off'); % loop 10 times, ...

8 years ago | 1

Answered
Saving (in Matlab 2014b) .EPS not working
Joseph, See <http://www.mathworks.com/matlabcentral/answers/285048-when-i-save-a-figure-as-a-postscript-or-pdf-the-figure-is...

8 years ago | 0

Answered
Exporting figure to pdf: legend text extends beyond frame etc.
I think the issue you're seeing is because the font used in the generated PDF file is not the same as the font specified in the ...

8 years ago | 1

| accepted

Answered
save transparent .emf file from figure
Set the figure background Color to 'none' and the Inverthardcopy property to 'off' before calling the print command: f = ...

8 years ago | 1

| accepted

Answered
Is there a way to save the figures as .eps files using 'legacy behaviour" in R2016a?
If MATLAB thinks the figure is too complicated it will produce an embedded image in the EPS file, rather than vectorized (editab...

8 years ago | 7

| accepted

Answered
saved pdf file doesn't look like figure
This sounds like a known bug - see <http://www.mathworks.com/support/bugreports/1165657 this bug report.>

8 years ago | 1

| accepted

Answered
MATLAB FontSize wrong when figure height is large
Kristian, I'm fairly certain that the problem you describe is this issue: <http://www.mathworks.com/support/bugreports/119...

8 years ago | 2

| accepted

Answered
save PNG to file wih --nodisplay
Prior to R2014b, generating image formats when running MATLAB with -nodisplay was achieved by first creating a temporary PostScr...

9 years ago | 0

Answered
Using epscombine with 2014b?
The epscombine utility is looking for text that isn't present in EPS files generated in R2014b, which leads to the error you are...

9 years ago | 0

Answered
Error 354 No more transfer available
You should contact Customer Support for help with this issue. To do so use the "Contact Us" link on <http://www.mathworks.co...

9 years ago | 0

Answered
How to save graphs as vector images?
The output size is controlled by the figure's PaperPosition property. PaperPosition is a 4 element vector that specifies an x- a...

9 years ago | 0

Answered
Why does my axis label turn into a grey box when I print to file?
That sounds like this issue which was fixed in R2015a: <http://www.mathworks.com/support/bugreports/details/1149010 Very long or...

9 years ago | 0

| accepted

Answered
Matlab doesnt have save to pdf function
If you're running on a Windows machine you can install a PDF "printer" such as CutePDF or doPDF. You can find these, and other o...

9 years ago | 0

| accepted

Answered
Problems with text position when printing to PNG in Matlab 2014b
This appears to be a bug in R2014b. The code generates the output you expect in R2015a.

9 years ago | 1

| accepted

Load more