Error "Cannot Create Output File" When Trying to Save Figure

I am trying to save my figure to a specific path using this code. I have my path set under outputs and my directory is set to that path but it just keeps telling me "Cannot create output file."
print(gcf,'-djpeg',strcat(outputs,'/','lengths'));

Respuestas (1)

Star Strider
Star Strider el 19 de En. de 2022
I don’t often use print however it appears that the first argument needs to be the file name to print to. The argument order is important in MATLAB, except for name-value pair arguments.
.

Categorías

Más información sobre Printing and Saving en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Preguntada:

el 19 de En. de 2022

Respondida:

el 19 de En. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by