怎样用matlab编写sin(xy)的网线图
1个回答
展开全部
x=linspace(-5,5,50);
y=linspace(-5,5,50);
[x,y]=meshgrid(x,y);
z=sin(x).*sin(y);
figure(1)
meshc(x,y,z);
figure(2)
[C, h] = contourf(z);
clabel(C, h, 'LabelSpacing', 72);
colorbar;
tm1 = colormap(hot(9));
tm1(1, :) = [1 1 1];
colormap(tm1);
y=linspace(-5,5,50);
[x,y]=meshgrid(x,y);
z=sin(x).*sin(y);
figure(1)
meshc(x,y,z);
figure(2)
[C, h] = contourf(z);
clabel(C, h, 'LabelSpacing', 72);
colorbar;
tm1 = colormap(hot(9));
tm1(1, :) = [1 1 1];
colormap(tm1);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |