Guest User

Untitled

a guest
Jan 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. i = imread('‪C:Usersm_malDesktopfruit.jpg');
  2. imshow(i);
  3.  
  4. Error using fopen
  5. The file name contains characters that are not contained in the filesystem
  6. encoding.
  7. Certain operations may not work as expected.
  8.  
  9. Error in imread (line 343)
  10. [fid,errmsg] = fopen(filename, 'r');
  11.  
  12. Error in g (line 1)
  13. i = imread('?C:Usersm_malDesktopfruit.jpg');
Add Comment
Please, Sign In to add comment