Matlab爱心桃代码

时间:2022-07-14 06:16:12 阅读: 最新文章 文档下载
说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。
clear all clc

[x,y,z]=meshgrid(linspace(-1.3,1.3));

>> f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3; >> p=patch(isosurface(x,y,z,f,0));

>> set(p,'FaceColor','red','EdgeColor','none'); >>daspect([1 1 1]) >>view(3) >>camlight

>> lighting phong >> axis off >>


本文来源:https://www.wddqw.com/doc/ad306ada55270722182ef706.html