Alias: null
Common Name: Write 2D double arrays to Files
Class: org. imirsel. m2k. io. Write2DDoubleArraysToFiles

Overview:

This module writes the contents of a 2D double array to a file.

Detailed Description: This module writes the contents of the input 2D double array to the file specified by the property File Name The user can select a space, a common, or a tab as the column delimiter using the properties editor.

Data Handling: This module does not destroy or modify its input data.


Inputs:
Double2DArray
[[D
The 2D array to write.


Outputs:
filename
java. lang. String
Filename of output file



Properties:
Delimiter Character (C=comma, S=space, T=tab)
Selects the delimiter character used to separate columns in the file. Enter C for comma, S for space, or T for tab.

File path
The path for the output file

Extension
The extension to append to the filename