Guest User

Untitled

a guest
May 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.21 KB | None | 0 0
  1. cla
  2. [x y z v] = flow;
  3. p = patch(isosurface(x,y,z,v,-3));
  4. isonormals(x,y,z,v,p);
  5. set(p,'facecolor','red','edgecolor','none');
  6. daspect([1 1 1]);
  7. view(3); axis tight; grid on;
  8. camlight
  9. lighting gouraud;
  10. alpha(0.5)
Add Comment
Please, Sign In to add comment