The referenced example says that this functionality was introduced in 2020a but it appears to only work in R2021b.
Append not valid for exportgraphics
    30 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    user86753
 el 16 de Dic. de 2021
  
    
    
    
    
    Comentada: Nicole009
 el 31 de En. de 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.
Respuesta aceptada
  Richard Quist
    
 el 17 de Dic. de 2021
        Más respuestas (0)
Ver también
Categorías
				Más información sobre Printing and Saving en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



