- Category:
- Other systems
- Tags:
-
[Text]
- File Size:
- 3kb
- Update:
- 2015-11-22
- Downloads:
- 0 Times
- Uploaded by:
- 龙
Description: clc clear
[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
legend(‘520,2014’)
set(gca,‘XTickLabel’,{‘19870722’,‘19940915’,‘20140318’,‘20140520’,‘forever’})
set(gca,‘YTickLabel’,{‘anywhere’,‘cd’,‘hf’})
set(gca,‘ZTickLabel’,{‘jy’})
grid on
To Search:
File list (Check if you may need any files):
kq.txt