Hi if I want to show many frames that look like a video.
"imshow(uint8(xz(:,:,:,2)))"
this is my current code that one frame
if I have some of frame then how to show first frame and second frame and third frame and...
I try to use "step"and set up zeros array that put some of frames ,but fail
No products are associated with this question.
http://www.mathworks.com/help/toolbox/images/ref/implay.html
This requires the image processing toolbox (the same toolbox that has imshow() )
See also videofig in the FEX
0 Comments