Problem with print function

Hi, I use print('-f1', filename, '-djpeg') to save a figure into a remote drive and it worked as a charm yesterday.
But for some strange reason, it stoped working and keep giving me this error: Error in print (line 85) pj = name( pj );
I checked and can manually save the figure into that drive with a different file name. I also checked that there is not conflict file name on that drive. But it just keeps issuing this error. Why all the sudden it is not working? I have full access to that remote drive; and the file name is new; and I can save it manually and I can save the figure to my local drive.
Thanks for any help!

6 comentarios

Steven Lord
Steven Lord el 26 de En. de 2018
What is the full text (everything in red) of the error message you received?
JFz
JFz el 26 de En. de 2018
Thanks. Here is what it looks like: '\\aaaaaaaa.bbbbbb.com\ccccc$\ddd eee\fff & ggg\filename.jpg' I could save it yesterday.
JFz
JFz el 26 de En. de 2018
Error using name (line 102) Cannot create output file '\\aaaaaaaa.bbbbbb.com\ccccc$\ddd eee\fff & ggg\filename.jpg'
Steven Lord
Steven Lord el 26 de En. de 2018
Can you display the value of the filename variable with which you call print? Showing the size and class of that variable would help too. The following commands will show that information.
disp(filename)
size(filename)
class(filename)
JFz
JFz el 26 de En. de 2018
I just found the error here. The filename is concatenated and one part (which indicates date) is wrong. I think that is the reason.
JFz
JFz el 26 de En. de 2018
Thanks Steven

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Etiquetas

Preguntada:

JFz
el 26 de En. de 2018

Comentada:

JFz
el 26 de En. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by