|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Splice
Splice["file"]
splices Mathematica output into an external file. It takes text enclosed between
and
in the file, evaluates the text as Mathematica input, and replaces the text with the resulting Mathematica output.
Details and OptionsDetails and Options
- Splice["infile", "outfile"] processes text from the file infile, and writes output into outfile.
- Splice["file"] takes files with names of the form name.mx and writes output in files with names name.x.
- Text in the input file not enclosed between
and
is copied without change to the output file. - The default format for Mathematica output is determined by the extension of the input file name:
-
name.mc CForm name.mf FortranForm name.mtex TeXForm - The following options for Splice can be used:
-
Delimiters {"<*","*>"} delimiters to search for FormatType Automatic default format for Mathematica output PageWidth 78 number of character widths per output line - You can use pipes instead of files for input and output to Splice.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
