Append not valid for exportgraphics

53 Ansichten (letzte 30 Tage)
user86753
user86753 am 16 Dez. 2021
Kommentiert: Nicole009 am 31 Jan. 2024
I am unable to execute this example for appending plots to a .pdf file. Is Append no longer a valid option?
plot([0 0.3 0.1 0.6 0.4 1]);
ax = gca;
exportgraphics(ax,outfilename)
bar(1:10)
exportgraphics(ax,outfilename,'Append',true)
Error in Untitled4 (line 11)
exportgraphics(ax,outfilename,'append',true)
Error using exportgraphics
Illegal option 'append' given.
  1 Kommentar
user86753
user86753 am 16 Dez. 2021
The referenced example says that this functionality was introduced in 2020a but it appears to only work in R2021b.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Richard Quist
Richard Quist am 17 Dez. 2021
The exportgraphics function was added in R2020a, but the append option was introduced in R2021b.
  3 Kommentare
Voss
Voss am 31 Jan. 2024
@Nicole009: From the documentation for exportgraphics, Append parameter:
"This option supports PDF and GIF files only."
Nicole009
Nicole009 am 31 Jan. 2024
Ohhh. I read "pdf" as "png" like 25 times. Thanks.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by