public class ArrayDump
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static boolean
Dump an array into a text file that can be imported to Matlab or anything else
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayDump
public ArrayDump()
-
Method Details
-
dumpArray
public static boolean dumpArray(String fileName,
double[][] array)
Dump an array into a text file that can be imported to Matlab or anything else
- Parameters:
fileName -
array -