Error using imwrite (line 528) Unable to open file

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 commentaire

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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Files and Folders dans Centre d'aide et File Exchange

Tags

Question posée :

le 4 Oct 2019

Community Treasure Hunt

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

Start Hunting!

Translated by