Name

write_text_file - Write to an ASCII file a list of lists containing floats.

Usage

Input

data
List of lists, with the inner list being a list of floats, i.e., [ [first list], [second list], ...]. First list will be written as a first column, second as a second, and so on... If only one list is given, the file will contain one column
file_name
name of the text file

Output

Options

Author / Maintainer

Keywords

category 1
UTILITIES

Files

utilities.py

See also

References to relevant other routines.

Maturity

stable
works for most people, has been tested; test cases/examples available.

Bugs

None. It is perfect.

write_text_file (last edited 2013-07-01 13:12:54 by localhost)