|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RunThrough
RunThrough["command", expr]
executes an external command, giving the printed form of expr as input and taking the output, reading it as Mathematica input, and returning the result.
DetailsDetails
- RunThrough writes the InputForm of expr on the standard input for command, then reads its standard output and feeds it into Mathematica.
- RunThrough starts command, gives input to command, then terminates the input.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
