> 数学 >
用Mathematica7.0制作函数y=sincx的图形动画
Do[Plot[Sin[c x],{x,-Pi,Pi},PlotRange{-1,1}],{c,1,4,1/3}];为什么这句话在我的7.0上运行不出结果.
人气:300 ℃ 时间:2020-06-21 18:37:36
解答
Animate[Plot[Sin[c x], {x, -Pi, Pi}, PlotRange -> {-1, 1}], {c, 1, 4,
1/3}]
可以实现
要采用哦~~
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版