Mostra commenti meno recenti
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 Commento
Walter Roberson
il 8 Mag 2012
Be sure to add
drawnow()
after each imshow()
Risposte (1)
Thomas
il 8 Mag 2012
0 voti
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..)
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!