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

Antworten (0)

Kategorien

Mehr zu Display Image finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

Pan
am 27 Mär. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by