Method ao/export


  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

Parameter Description

Default

no description
Key Default Value Options Description
export
FILENAME '' none The filename to export to.
COMPLEX FORMAT 'realimag'
  • 'absdeg'
  • 'realimag'
  • 'absrad'
The format to write the complex values.
BINARY 0
  • 0
  • 1
Export binary mat files.

Example

plist('FILENAME', '', 'COMPLEX FORMAT', 'realimag', 'BINARY', [false])

back to top back to top

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'}




©LTP Team