• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 1
  • 15
  • 0
  • 0
  • 270
[x,y,z,t]=flow;
i=-1;
[f,v,fc]=isosurface(x,y,z,t,i,t);
p=patch('Vertices',v,'Faces',f,'FaceVertexCData',fc,'FaceColor','interp');
isonormals(x,y,z,t,p);
i2=0;
[f,v,fc]=isosurface(x,y,z,t,i2,t);
p2=patch('Vertices',v,'Faces',f,'FaceVertexCData',fc);
isonormals(x,y,z,t,p2);
view([-10 40]);
% colormap(jet(64));
% light;
% lighting phong;
% camlight('left');
Remix Tree