matlab取消繪製figure時總彈窗問題

對於較新版本的matlab(親測matlab 2010版無效)可使用如下語句來避免彈窗:web handle=figure; set(0, 'currentFigure', handle); 例子:svg h=figure(1); for i=1:100 set(0, 'currentFigure', h); plot([1:10],[1:10]); pause(1); end
相關文章
相關標籤/搜索