mathmatica吧 关注:218贴子:134
  • 0回复贴,共1

请教ListPointPlot3D和ListPlot3D。

只看楼主收藏回复

R1 = 20;
theta = 0;
h = 9;
phase3d =
Table[{r*Cos[fai],
r*Sin[fai], (R1*fai)/(2 \[Pi]) -
R1 Tan[theta \[Pi]/180]}, {fai, \[Pi], 2 \[Pi], \[Pi]/99}, {r, 0,
R1, R1/99}] // N
ListPointPlot3D[phase3d, ImageSize -> Large]
ListPlot3D[phase3d, ImageSize -> Large]
代码如上,我想画一个旋转螺旋,但是为什么ListPlot3D不管用呢?


IP属地:江苏1楼2018-05-23 22:49回复