I've a problem about how can I load a Landsat image on Matlab. My image is in format .img and have the following information:
Columns and rows= 9487 x 8543
Number of bands= 6
Cellsize= 25 x 25
Source Type= continuous
Píxel type= unsigned integer
Pixel Depth= 16 bit
Scale factor= 0,9996
And this is my code:
IM= multibandread('2000.img',[9487, 8543, 6],'int16',0,'ieee-le',{'Row','Range',[9487 8543]);
But there's the following error:
Error: Unbalanced or unexpected parenthesis or bracket.
I've tried to change but it doesn't work. What can I do?
Thanks in advance,
Emma
}
– Dennis Jaheruddin