Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Drawnow problems with consecutive windows popping out
1 回表示 (過去 30 日間)
古いコメントを表示
I have a 3-dimensional matrix called "kk". As I want to see how the matrix propagates with respect to its third dimension (time), I have used the following code: for j = 1:1001 surf(xx,yy,kk(:,:,j)) drawnow end However, I have only received windows being popped out after I have closed the previous ones, instead of a series of animation on the figure window. Anything that I did wrong?
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!