www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/ReadSpecificImageinMultiPageTIFFFileExample.m

    %% Read Specific Image in Multipage TIFF File  
% Read the third image in the sample file, |corn.tif|.   

% Copyright 2015 The MathWorks, Inc.


%%  
[X,map] = imread('corn.tif',3);