Matlab uses imread error reason wrong use fopen file name contains characters not included in the file system encoding. Some operations may not work as expected. error imread>get_full_filename (line

1. Problem

The problem is shown in the picture
insert image description here

2. Reason

2.1 The path includes Chinese

There are Chinese characters in the path.
insert image description here

2.2 The path cannot be recognized

The path has special symbols that Matlab cannot recognize.
insert image description here

2.3 The path is in the C drive

C drive does not have permission to access.
insert image description here

2.4 The path is too shallow

You need to create another document under the drive letter.
insert image description here

3. Successful cases

insert image description here

4. Reference

The MATLAB-imread() function cannot read the picture normally

Guess you like

Origin blog.csdn.net/weixin_52296952/article/details/123387548