Labrador/Old Matlab Interface/plotyy_test.m

11 lines
100 B
Mathematica
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