it's been 5 hours and I'm trying to plot two graphs in matlab but in vain, here is my code
x = -pi:.1:pi;
z =(1/(2*pi))*exp(-power(x,2)/2);
y=((n.^(n/2))/fact(n-1))*((x + sqrt(n)).^(n-1))*exp(-sqrt(n)*(x + sqrt(n)));
plot(x,z,'color','r'); hold on;
plot(x,y,'color','b');
if there is an other page where I can ask this question please tell me !

nin your code? – Jika Jun 19 '14 at 21:53