I have a problem with reading .JPG images.

1 次查看(过去 30 天)
Error using imread>get_full_filename (line 516)
File "filtru.jpg" does not exist.
Error in imread (line 340)
fullname = get_full_filename(filename);
Error in surse (line 35)
Imag=imread('filtru.jpg');

采纳的回答

madhan ravi
madhan ravi 2019-1-2
编辑:madhan ravi 2019-1-2
Make sure the file is in the right folder or specify the path of the file, matlab couldn‘t find the file.

更多回答(2 个)

Elena Grigorita
Elena Grigorita 2019-1-2
I solved it, just moved the image in :\D.
Thank you.

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by