%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function f = Normalxy(x,y) % % 2-dim Normalverteilung % mit Mittelwerten 0 Streuung 1 und Korrelationskoeffizient 0 % f=1/(2*pi)*exp(-1/2*(x.*x+y.*y));