| Author |
Comment/Response |
PhysicsGuy
|
01/08/13 10:18pm
I have a variable which is input dynamically:
InputField[Dynamic[k4]] // Print;
k4x = N[1/100*k4[[1]]] // Dynamic;
I need to check whether k4x is a number or not after giving values to k4; NumericQ[k4x] always returns false.
URL: , |
|