Qurak

Build an interactive application

ハウツー 2 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。

ステップ 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クライアントから使う