Forgot password?
 Create new account
View 374|Reply 0

JSXGraph

[Copy link]

3151

Threads

8498

Posts

610K

Credits

Credits
66208
QQ

Show all posts

hbghlyj Posted at 2021-11-4 22:55:28 |Read mode
Last edited by hbghlyj at 2024-8-28 17:06:00用Mathematica画一个简单的参数曲线动图
  1. gif = Table[
  2.    ParametricPlot[{Cos[5 t - 9 Degree a /7], Cos[7 t]}, {t, 0, 2 Pi},
  3.     Axes -> False, PlotStyle -> Red], {a, 0, 40}];
  4. Export["sin.gif", gif, "DisplayDurations" -> 0.1, ImageSize->{80,80}];
  5. SystemOpen["sin.gif"]
Copy the Code
但是我想弄一个交互图,就像Mathematica里面的Manipulate那种...
一种办法是安装Geogebra Applet,另一种是使用CindyJS,经过搜索,又发现可以使用JSXGraph
math.unipd.it/~erb/Lissajous.html

手机版Mobile version|Leisure Math Forum

2025-4-21 14:08 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list