Labrador/Old Matlab Interface/dotheplot.m

8 lines
78 B
Matlab

global gui_axes
tic
for n = 1:10
plot(gui_axes, 1, 1)
drawnow
end
toc