Mathematica中文论坛-非官方

标题: matlab, vmd,ppt,gimp 画立体的球 儿子的papa [打印本页]

作者: meatball1982    时间: 2016-6-12 20:17
标题: matlab, vmd,ppt,gimp 画立体的球 儿子的papa
本帖最后由 meatball1982 于 2016-6-13 08:57 编辑

01.或是可以用matlab来画。
02.或是用vmd来画
03.或是用ppt来画
04.或是用gimp来画(没学习明白)。

01.matlabexport_fig在file exchange里有。
  1. clear all
  2. clc

  3. %% outline
  4. % plot a sphere

  5. %% main
  6. [x,y,z]=sphere(50);

  7. h=surf(x,y,z,'edgecolor','none','facecolor','b','FaceLighting','gouraud')
  8. camlight right
  9. axis equal
  10. axis off
  11. % lightangle(60,40)
  12. lightangle(-90,-70)
  13. set(gca,'color','none')
  14. alpha(h,0.9)
  15. % h=gcf;
  16. export_fig('sphere.png','-png','transparent','-r200',gcf)
复制代码


02.vmd
vmd sphere.pdb
graphics->Representations
Drawing Method选VDW
sphere resolution 可以大一点100

Render the current scene usingOV-Ray3.6
Render Command : 默认选项 +UA
Start Rendering


注意:POV-ray得另外安装。
sphere.pdb如下
  1. ATOM      1  N   VAL A   5      26.672  -8.547  -9.770  1.00101.48           N
复制代码



03.需要一个有高光的球。用PPT画。
找了半天,都不是特别的华丽,最后,在一个小狗子的网站找到的结果。

http://plaza.rakuten.co.jp/mscrtf/diary/201412020000/

虽然不太懂日语,但看图基本都明白。













欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/) Powered by Discuz! X3.2