Error using imwrite (line 528) Unable to open file

1 Ansicht (letzte 30 Tage)
SC P
SC P am 4 Okt. 2019
Kommentiert: Walter Roberson am 4 Okt. 2019
Hello,
I used
imwrite(P, fullName,'.jpg'); %fulName is a path of .jpg file
and getting following error
Error using imwrite (line 528) Unable to open file
  1 Kommentar
Walter Roberson
Walter Roberson am 4 Okt. 2019
The value stored in fullName designates a file in a directory that does not exist or which you do not have permission to create files in, or designates a file that already exists but you do not have permission to write to.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by