> 其他 >
在matlab中画函数(x^2+y^2)/9-z^2/4=1的旋转单叶双曲面
人气:256 ℃ 时间:2020-04-04 04:49:48
解答
>> [x,y]=meshgrid(-10:0.1:10);
z=2*sqrt((x.^2+y.^2)/9-1);
z((x.^2+y.^2)/9-1
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版