求教动态函数三维图像的合成(大神进)
效果大致就是一个大球自转然后一个小点绕大球公转,分别做出两个图像最后不知道怎么合成啊 T.T代码如下
大球自转Animate Cos, 5 Sin Sin,
5 Cos}, {a, 0, 2 Pi}, {b, 0, 2 Pi}, Axes -> False,
Boxed -> False, Mesh -> True, PlotPoints -> 50,
Lighting -> True], {t, 0, Pi}]
小球公转Animate, Point[{Cos, Sin, 0}]},
PlotRange -> {{-1, 1}, {-1, 1}, {-2, 2}}], {a, 0, 2 Pi}]
只求效果 欢迎大神自己编写代码 本人新人勿喷 修改一下就行了
Animate Cos,5 Sin Sin, 5 Cos}, {a, 0, 2 Pi}, {b, 0, 2 Pi},Axes -> False, Boxed -> False,Mesh -> True, PlotPoints -> 50, Lighting -> Automatic, PlotRange -> {{-10, 10}, {-10, 10}, {-5, 5}}],Graphics3D[{PointSize, Point[{8 Cos, 8 Sin, 0}]},PlotRange -> {{-10, 10}, {-10, 10}, {-2, 2}}]}],{t, 0, Pi}, {a, 0, 2 Pi}]
页:
[1]