LTPDA Toolbox™ | contents | ![]() ![]() |
EXPORT export the data of an analysis object to a text file. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: EXPORT export the data of an analysis object to a text file. The x-values will be stored in the first column of the text file and the y-values the second column. If the y-values are complex then stores this method the real part of the y-values in the second column and the imaginary part in the third column. If the analysis object has error values (dy) then these will be exported in the last column. CALL: export(a, 'blah.txt'); export(a, plist); Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
export | |||
FILENAME | '' | none | The filename to export to. |
COMPLEX FORMAT | 'realimag' |
|
The format to write the complex values. |
BINARY | 0 |
|
Export binary mat files. |
Example |
---|
plist('FILENAME', '', 'COMPLEX FORMAT', 'realimag', 'BINARY', [false]) |
Some information of the method ao/export are listed below: | |
---|---|
Class name | ao |
Method name | export |
Category | Output |
Package name | ltpda |
Can be used as modifier | 1 |
Supported numeric types | {'double'} |
![]() |
Method: ao/disp | Method: ao/gnuplot | ![]() |
©LTP Team