主题:ezmesh 不能用啊
ezmesh 不能用啊
在线的帮忙看看阿
%syms x,y;
%f=1/2/pi*exp((-x^2-y^2)/2);
%f=int(int(f,x),y);
%subplot(2,1,1);
%ezmesh(f);
%title('density');
%subplot(2,1,2);
%ezmesh(f);
%title('distribution');
教材上例题
帮忙看看
在线的帮忙看看阿
%syms x,y;
%f=1/2/pi*exp((-x^2-y^2)/2);
%f=int(int(f,x),y);
%subplot(2,1,1);
%ezmesh(f);
%title('density');
%subplot(2,1,2);
%ezmesh(f);
%title('distribution');
教材上例题
帮忙看看