Labrador/Old Matlab Interface/dotheplot.m

8 lines
78 B
Mathematica
Raw Normal View History

2016-09-07 07:36:43 +01:00
global gui_axes
tic
for n = 1:10
plot(gui_axes, 1, 1)
drawnow
end
toc