Why drawnow ; is given after imshow in matlab?
2 ビュー (過去 30 日間)
古いコメントを表示
Why drawnow ; is given after imshow in matlab?
0 件のコメント
回答 (1 件)
Honglei Chen
2015 年 8 月 14 日
This is used to flush the graphic queue so you can see the change on screen. This is often used in animation so you can see the graph change during a loop. Otherwise, the program may accumulate the queue and flush it at the end of loop and you don't see the animation effect.
参考
カテゴリ
Help Center および File Exchange で Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!