Error using imwrite (line 528) Unable to open file
    3 次查看(过去 30 天)
  
       显示 更早的评论
    
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
      
      
 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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!