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

    %% Close Tiff Object  
% Open a Tiff object and then close it.   

%%  
t = Tiff('example.tif','r');
close(t)