Dear researchers,
I want to use dataset RAISE2k.csv but i dont know when using dir for accessing TIF part N is equal to zero. N must be 2001 I think. why dir can not read TIF part of dataset? My code describe as following and my dataset is uploded.
-------------------
in_dataset = '/Users/Ehsan/Desktop/Test/RAISE2k.csv'
tiff_images = dir([in_dataset '*.TIF']);
N = size(tiff_images,1);
-------------------
Thanks