snatear2 发表于 2012-8-29 15:46

(娱乐时刻)matlab做各种有意思的图或动画

clear all
clc
=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()
view(3)
camlight;
lighting phong
axis off

shaox 发表于 2012-8-29 19:56

有意思~~{:3_48:}

shaoxiagang 发表于 2012-9-3 18:03

不错啊,谢谢了

kakaan 发表于 2012-9-5 12:30

哈哈。。不错不错。。有意思。。

天使的郁金香 发表于 2012-9-5 12:37

{:3_41:}{:3_42:}

子非魚 发表于 2012-10-1 14:02

这个不错啊!

撕裂之城 发表于 2012-11-2 23:22

这么水 也好意思拿出来

三只鹤 发表于 2012-12-20 21:50

这个真心好玩,以后要多多学习

candle 发表于 2012-12-31 22:27

挺好玩的。。

yanzhiliang 发表于 2013-1-19 21:25

确实有意思
页: [1] 2 3
查看完整版本: (娱乐时刻)matlab做各种有意思的图或动画