Error using imwrite (line 528) Unable to open file

조회 수: 1 (최근 30일)
SC P
SC P 2019년 10월 4일
댓글: Walter Roberson 2019년 10월 4일
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
Walter Roberson
Walter Roberson 2019년 10월 4일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by