I have loaded the mat files of Pavia on Matlab but I am unable to go further. I tried imshow(Pavia) & imshow(pavia, []) but i am able to proceed. Please help me out.
As Ahmet says, "imshow" can only display single-band (or 3-band, RGB) images while hyperspectral images have usually more than 100 bands, e.g. Pavia University data set has 103 bands (610x340-pixel bands).
In order to visualize such data, use one of the following methods:
As Ahmet says, "imshow" can only display single-band (or 3-band, RGB) images while hyperspectral images have usually more than 100 bands, e.g. Pavia University data set has 103 bands (610x340-pixel bands).
In order to visualize such data, use one of the following methods: