function Vergleich(EM)
pg = [0 -1 0 -1 0 -1 0 -1 0 -1 0 -1 0 -1 0 -1]'./1000;
pw = [1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0]'./100;
p= pg+pw;
figure(1)
title('Schwerkraft und Elastizitätsmodul 1/3');
Bruegge(1/3,pg);
figure(2)
title('kräftiger horizontaler Westwind und Elastizitätsmodul 1/3');
Bruegge(1/3,pw);
figure(3)
title('Westwind und Schwerkraft mit Elastizitätsmodul gewählte');
Bruegge(EM,p);
end





















































































%copyright phx ltd
