I have to use Matlab to read a picture and make a joint histogram and I'm new to Matlab. When I try to read the Image by using imread
function it does not work.
h= imread('a.tif');
??? Error using ==> imread at 363
File "a.tif" does not exist.
Can anyone help me figure out this problem?