ROWS and COLS must both be two-element vectors, which specify starting and ending rows (or columns).
Try :
a = imread('landcover.tif','PixelRegion',{[1,96684],[1,1000]});
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!