File : Export : ASCII...
Export matrix data as ASCII file
1. expMatASC path:="c:\signal";
2. expMatASC type:=all path:="c:\signal";
3. expMatASC type:=dat path:="c:\signal" separator:=comma;
4. expMatASC im:=[mbook1]1!1 path:="c:\signal";
Please refer to the page for additional option switches when accessing the x-function from script
Input
MatrixObject
int
Option list
string
Option list:
The expMatASC function exports matrix data as ASCII file. It can be accessed from menu or command window.
The output formats include .dat, .txt and .csv. You can also specify the separator and other export options according to your need.
The following example exports the active matrix as a text file (c:\test.txt):
The following script command exports the active matrix as an ASCII file (c:\test.dat) without opening the dialog:
expMatASC path:="c:\test.dat" type:=0;
expASC, expImage, impASC