Matlab爱心桃代码

2022-07-14 06:16:12   文档大全网     [ 字体: ] [ 阅读: ]

#文档大全网# 导语】以下是®文档大全网的小编为您整理的《Matlab爱心桃代码》,欢迎阅读!
爱心,代码,Matlab
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.wddqxz.cn/ad306ada55270722182ef706.html