హౌ-టు 4 దశలు, ఒకే సెషన్లో క్రమంగా నడుస్తాయి. ప్రతి దశా ఇంజిన్పై అమలు చేయబడింది, కింది అవుట్పుట్ అది ఇచ్చినదే.
Manipulate[Plot[Sin[n x], {x, 0, 4 Pi}], {n, 1, 10}]Manipulate[Plot[Sin[n*x], {x, 0, 4*Pi}], {n, 1, 10}]Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}]-Graphics3D-Manipulate[Plot[Sin[n x] + Sin[m x], {x, 0, 4 Pi}, PlotRange -> 2], {n, 1, 10}, {m, 1, 10}]Manipulate[Plot[Sin[n*x] + Sin[m*x], {x, 0, 4*Pi}, PlotRange -> 2], {n, 1, 10}, {m, 1, 10}]Manipulate[Plot[Sin[n x] + Sin[m x], {x, 0, 4 Pi}, PlotRange -> 2], "X1" -> {n, 1, 10}, "X2" -> {m, 1, 10}]Manipulate[Plot[Sin[n*x] + Sin[m*x], {x, 0, 4*Pi}, PlotRange -> 2], X1 -> {n, 1, 10}, X2 -> {m, 1, 10}]అన్ని రెసిపీలు · ఫంక్షన్ రిఫరెన్స్ · దీన్ని MCP క్లయింట్ నుండి వాడండి