Manipulate
generate a JavaScript control for the expression
plot
which can be manipulated by a range slider{x, min, max}
.
display generated
formula
s and define thestep
s in which the values forx
should change.
Note: This feature is not available on all supported platforms.
Manipulate generates JavaScript output for the following JavaScript libraries:
Examples
In the console apps, this command shows an HTML page with a JavaScript plot control,
where the value of the variable a
can be manipulated by a slider in the range [0..10]
.
A 3D surface plot control:
Display a slider for the generated formulas:
Display buttons to change the plotted function:
With JSForm
you can display the generated JavaScript form of the Manipulate
function
Related terms
JSForm, ParametricPlot, Plot, Plot3D
Implementation status
- ✅ - full supported