Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (2)

Sign In or Sign Up now to post a comment!
  • May you tell me what is the tool you use to plot such fancy movie?

  • @blcrancer

    Hello,

    I use MATLAB. For the color plot you can use the MATLAB commands surf or contourf. For the isosurface of condensates you can use patch(isosurface...) and change the properties of the isosurface using set, for instance to plot the isosurface F=0.3 :

    p = patch(isosurface(X,Y,Z,F,0.3))­; view(-26,46); whitebg('k');

    set(p,'FaceColor','white','Edg­eColor','none','AmbientStrengt­h',0.5,'FaceAlpha',0.4);

    camlight; lighting phong;

    I hope that helps!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more