Qurak

Build an interactive application

操作指南 2 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。

第 1 步
Plot[Sin[10x] + Sin[11x], {x, 0, 2π}]
输出
-Graphics-
第 2 步
Manipulate[Plot[Sin[10x] + Sin[f x + θ], {x, 0, 2π}, PlotStyle -> color], {f, 10, 20}, {θ, 0, π}, {color, Blue}]
输出
Manipulate[Plot[Sin[10*x] + Sin[f*x + θ], {x, 0, 2*Pi}, PlotStyle -> color], {f, 10, 20}, {θ, 0, Pi}, {color, RGBColor[0, 0, 1]}]

用到的函数

相关操作示例

全部操作示例 · 函数参考 · 从 MCP 客户端使用