How to replace "imshow"

I want to ask that imshow could show one picture ,but I not want to this that ,I hope to like play video show that. this is mt part of code for ix=1:207
if(ix<207)
dif(ix)=abs(b(ix)-b(ix+1));
if(dif(ix)>0.1)
ix
%figure(i)
%i=i+1;
xz(:,:,:,ix)=mov(ix).cdata;
imshow(xz(:,:,:,ix));
%imhsow(uint8(xz(:,:,:,ix)))
end
end
end

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDisplay Image についてさらに検索

タグ

質問済み:

Pan
2012 年 3 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by