>
其他
>
用matlab画出这个函数的图 z=x.^2+y.^2+sin(x*y)
z=x.^2+y.^2+sin(x*y)
画出曲面和等高线图
人气:352 ℃ 时间:2020-03-29 14:22:18
解答
xx=-5:0.1:5;
yy=xx;
[x,y]=meshgrid(xx,yy);
z=x.^2+y.^2+sin(x.*y);
subplot(1,2,1)
mesh(x,y,z)
subplot(1,2,2)
contour(x,y,z)
colorbar
推荐
用Matlab怎么画 z=sin(π*√(x^2+y^2))这个函数的图像
用matlab画出这个函数的图像 z=0.5-(sin(x.^2+y.^2)-0.5).^2/(1+0.001*(x.^2+y.^2)).^2
matlab中:定义函数myfun:y(1,2)=[200*sin(x)/x,x^2],绘制该函数在x=[-20,20]区间内的图形.
用matlab如何画分段函数,y=sin(x),当y0.8时 y=0.8
怎么用matlab画y=sin(x)/x的图像
求翻译Equivalent CO2
高中数学的排列组合为什么那么难学?
有关5.12大地震1周年的纪念的作文~
猜你喜欢
在炎热的夏天的柏油马路上,有时会看见路面的前方似乎有水,这是什么原因
物体的运动状态发生改变,一定是因为______________.
A taecher has five oranges in her basket.She gives them to five students.Everyone can get one ,
if you fell asleep when you doing your honework ,you can run down and up across your room,
指出下列句子的句式(《邹忌讽齐王纳谏》)
一辆汽车从静止开始以2m/s的加速度匀加速地行驶了10s,求汽车在这10s内的平均速度
英译汉The expiration date of the 3 years from the date of permission whichever comes first.
关系模型的结构可以看作是一个数据库的结构.
© 2026 79432.Com All Rights Reserved.
电脑版
|
手机版