ASCII file export object
ASCII file export |
The ASCII file export object writes numerical data into an ASCII file
consisting of multiple columns. Only numerical vectors can be
written. To create more specialized ASCII files use the Format write object.
The ASCII file export object has the following properties:
- Filename:Specifies the name of the file to be created.
- Column count:If column count is greater than zero, it
specifies the number of data columns in the ASCII file. A
corresponding number of floating point vectors appear as input
variables of the ASCII export object. If column count is equal to
zero, the number of columns is determined out of the input vector:
This should be created using a vector memory
object with the option
"Stack only" switched off. An input variable named "All columns" is
created which should be connected to the output of the vector memory.
The Vimms User Manual