MATLAB 大脑函数
load mriD = squeeze(D);
Ds = smooth3(D);
hcap = patch(isocaps(D,5),...
'FaceColor','interp',...
'EdgeColor','none');
hiso = patch(isosurface(Ds,5),...
'FaceColor',,...
'EdgeColor','none');
view (45,30)
axis tight
daspect()
lightangle(45,30);
set(gcf,'Renderer','zbuffer');
lighting phong
isonormals(Ds,hiso)
set(hcap,'AmbientStrength',.6)
set(hiso,'SpecularColorReflectance',0,'SpecularExponent',50);
哇,还真是大脑啊,怕怕{:3_41:}
好厉害楼主
页:
[1]