I used random values in Mathematica's Manipulate. Can I get them out from there?
Asked
Active
Viewed 283 times
0
-
I do not mean the geometric primitives that Manipulate operates on (which can be extracted using "copy/paste"), but the values of my local variables used inside the Manipulate. – Machi Zawidzki Apr 13 '20 at 16:31
-
Please post example `Manipulate` code and explain exactly what you mean by "Can I get them out from there?". Thanks. – Rohit Namjoshi Apr 13 '20 at 18:33
-
It is kind of too late. In the next code I can simply do this: Manipulate[Column[{My random stuff, Graphics3D[...]}]]. – Machi Zawidzki Apr 13 '20 at 20:23