madness
- 813
- 69
I have a function which depends on several physical constants, which I want to be able to vary each time I make a plot. What is the best way to do this?
DynamicModule[{x = Random[]},
Column[Table[
Slider[Dynamic[x], ImageSize -> RandomReal[200]], {10}]]]