用matlab产生3维的高斯分布,初学者的练习,r=linspace(0,3,500);the=linspace(0,2*pi,500);[rho,theta]=meshgrid(r,the);[x,y]=pol2cart(theta,rho);n=0;