이전 댓글 표시
I want to ask about imshow, if I show many picture for "imshow",then I must use for loop that is order to conbine the some picture that see like the video. then I need to how to do?
댓글 수: 1
Walter Roberson
2012년 5월 8일
Be sure to add
drawnow()
after each imshow()
답변 (1개)
Thomas
2012년 5월 8일
0 개 추천
You could use something like the following:
You can find the code as well and edit it to suit your application (i.e. only display the sequence of images as a movie and not save it as avi..)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!