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

Answers (0)

Categories

Find more on Display Image in Help Center and File Exchange

Tags

Asked:

Pan
on 27 Mar 2012

Community Treasure Hunt

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

Start Hunting!