www.gusucode.com > MATLAB2008应用程序接口编程技术源码程序 > MATLAB2008应用程序接口编程技术源码程序/code/第5章/5.3/plots.m

    hCollection = hControl.Plots;
for I = 1:hCollection.Count
hPlot = hCollection.invoke(‘Item’,i);
hPlot.Redraw;
hPlot.release;
end
hCollection.release