Labrador/Old Matlab Interface/.svn/pristine/c0/c08e2e1c5ccfc0f4c6ed2ba1fb5...

11 lines
100 B
Plaintext
Raw Normal View History

2016-09-07 07:36:43 +01:00
a = 1:100
b = 101:200
for k = 1:100
plot(1,1)
end
tic
hold on
plot(a,b)
stairs(a,b)
toc