Community Profile

photo

Richard Quist

Last seen: Today Active since 2012

Statistics

All
  • 6 Month Streak
  • Knowledgeable Level 3
  • Knowledgeable Level 4
  • Revival Level 3
  • Personal Best Downloads Level 2
  • Editor's Pick
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer

View badges

Content Feed

View by

Answered
Is there a way to speed up the saving of a figure in jpg format in nodisplay mode ?
@Jean-Baptiste - the performance when exporting in no-display mode is often the result of having to rely on the painters rendere...

1 year ago | 1

| accepted

Answered
I am trying to convert my livescript to PDF but it is stuck. Could anyone help me fix this and retrieve my work at the same time?
If this issue is still occurring I suggest contacting support for help.

1 year ago | 0

Answered
How to retrieve Matlab EPS Figure to Matlab.m
I know of no mechanism to accomplish this. The MATLAB-generated EPS file doesn't contain the necessary information to recreate t...

1 year ago | 0

Answered
exportgraphics in MATLAB online only gives empty PNG-file.
Your original code looks like it should work - I suggest contacting support for help. In the meantime, you could try the follo...

1 year ago | 0

Answered
How can I set up parameters DelayTime and Loopcount when using exportgraphics for producing a gif file?
@Ludmila Kuncheva - those options are not available with exportgraphics (you can find the documentation for exportgraphics here)...

1 year ago | 0

Answered
How to save our figures in tiff no compression using exportgraphics
Specifying tiff compression isn't an option in exportgraphics, but you can generate uncompressed TIFF files using the print comm...

1 year ago | 0

| accepted

Answered
How to set specific size of a figure with exportgraphics?
@Louis Tomczyk: exportgraphics does not provide an option for specifying an output size. That feature has been requested and is ...

2 years ago | 1

| accepted

Answered
Publishing options: low image quality, no options to export as vector graphics
I don't think there's a way to get true-vector output with the publish command, or to increase the resolution/DPI of the figure ...

2 years ago | 0

| accepted

Answered
Copy matlab figure in Libreoffice in Linux
There are a couple options for copying the figure to the clipboard on Linux. For recent versions of MATLAB (R2020a or later) y...

2 years ago | 0

Answered
How do I get rid of space above figure?
MATLAB-generated EPS files are usually tightly cropped by default, which should have eliminated that extra space above your plot...

2 years ago | 0

Answered
Missing part of my figure when saving as pdf
When using File -> Save As, MATLAB saves the figure to a "page" when saving the figure to PDF. As the warning mentions, your fig...

2 years ago | 0

| accepted

Answered
How to find out number of pages in a PDF file?
I don't know of anything built into MATLAB that would provide this. It's possible you could write a batch file/shell script to d...

2 years ago | 0

Answered
How to print a figure using MATLAB Online with a chromebook
Here are a couple of approaches that might work for you. Approach 1: Download the PDF file onto your Chromebook using the "Dow...

2 years ago | 0

Answered
How to plot and print two graphs in a same page?
If you're using R2020a or later, you might want to try the exportgraphics command, which produces tightly cropped output (elimin...

2 years ago | 0

| accepted

Answered
Save as SVG not exporting as layers with certain plotting scripts
When generating vector formats like SVG, MATLAB uses a heuristic to determine how to export the content. In your case it appears...

2 years ago | 4

| accepted

Answered
Transparent figure Matlab 2020
If you want to do this programmatically and have MATLAB version R2020a or later you can use the copygraphics function with the B...

2 years ago | 1

Answered
Problem with publish and plots
If your code looks like the following then you are recursively invoking your script (you call your script, which calls the publi...

2 years ago | 0

Answered
saveas commad saves a figure with different size in MATLAB version 2013b and 2020b
When calling saveas, the size of the exported image is controlled by the figure's PaperPosition property. Prior to R2016a the de...

2 years ago | 2

Answered
Crop white margins in a PDF file
One of the following should help. 1. Use external tool to modify previously generated PDF file MATLAB does not provide a way t...

2 years ago | 1

| accepted

Answered
Physical size of exportgraphics
exportgraphics does not currently support generating output to match a specified dimension. If you would find this feature val...

2 years ago | 0

| accepted

Answered
export MATLAB figure in PDF
I am guessing by what you describe as "saved anyway as a BMP" is that you are getting a PDF file but the contents of that file a...

2 years ago | 0

Answered
Does exportgrahics work with simulink diagrams?
exportgraphics only supports graphics charts/plots; it does not support Simulink models. From the documentation: saves the...

2 years ago | 1

Answered
Even if the surf graph is converted to emf, the image quality is not good.
When generating vector output (such as EMF or PDF files, or when copying EMF or PDF to the clipboard) MATLAB uses a heuristic to...

2 years ago | 1

Answered
Append not valid for exportgraphics
The exportgraphics function was added in R2020a, but the append option was introduced in R2021b.

2 years ago | 2

| accepted

Answered
Save a figure as pdf
In R2021b and later you can use exportgraphics to directly create PDF files containing multiple figures: % append each of the ...

2 years ago | 4

Answered
How can I print the heatmap as grayscale?
As of R2021a the exportgraphics function supports a Colorspace option for both image and vector formats that you can use to gene...

2 years ago | 0

Answered
How to print multiple figures into same pdf?
In R2021b and later you can use exportgraphics to directly create PDF files containing multiple figures: % append each of the ...

2 years ago | 0

Answered
How to export transparent png in app designer?
As you noted, the exportgraphics function in MATLAB does not support generating transparent PNG files. If the EPS format is ac...

2 years ago | 0

Answered
how to off figure popup window?
You didn't mention what version of MATLAB you are using but something like this should work: % create a figure and remember its...

2 years ago | 0

Answered
Can any one help me resolving this problem. When I save a plot in pdf format I get an error which says 'Error using hg export, unable to resolve the name,matlab.graphics...
This appears to be an issue with your MATLAB path. If the problem persists after restarting MATLAB please reach out to Technical...

2 years ago | 0

Load more