查看单个帖子
旧 2019-11-24, 22:00   #1
poster
高级会员
 
注册日期: 2019-11-21
帖子: 3,006
声望力: 66
poster 正向着好的方向发展
默认 Loading Tiff stack in MATLAB

Here is the code I am trying to use, xxxx is the image number that is 4 digit and ranges from 0000 to 1699.



for i=1:1700                                    
stack(:,:,i)=imread('UCS_xxxx.tif',i);
end
stack=uint8(stack);


I wonder how should I modify the loop to account for the image numbers.





More...
poster 当前离线   回复时引用此帖