| Author |
Comment/Response |
PhysicsGuy
|
01/09/13 11:55pm
May I ask you to explain why I don't get any output in this code:
InputField[Dynamic[k2]]
Graphics3D[{{Black, Dashed, Thick,
Line[{{0, 0, Min[0, k2[[3]], k4[[3]]]}}]}}] // Dynamic
The input for k2 is a list of numbers
URL: , |
|