Alias: null
Common Name: Write 2D double array to File
Class: org. imirsel. m2k. io. Write2DDoubleArrayToFile

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:

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