Pdfreadr: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== Reads Hamilton Sundstrand PIONIR PDF files. ===Synopsis=== :out = pdfreadr :out = pdfreadr('filename') :out = pdfreadr({'filename' 'filename2'}) ===Description=== Descri...)
 
imported>Donal
No edit summary
Line 1: Line 1:
===Purpose===
===Purpose===


Reads Hamilton Sundstrand PIONIR PDF files.
Reads AIT PIONIR PDF files.


===Synopsis===
===Synopsis===

Revision as of 10:36, 26 April 2012

Purpose

Reads AIT PIONIR PDF files.

Synopsis

out = pdfreadr
out = pdfreadr('filename')
out = pdfreadr({'filename' 'filename2'})

Description

Description of the function and optionally include other things.

Inputs

  • filename = a text string with the name of a PDF file or a cell of strings of PDF filenames. If filename is omitted or an empty cell {} or array [], the user will be prompted to select a folder and then one or more PDF files in the identified folder. If filename is a blank string, the user will be prompted to select a single file.

Outputs

  • out = If input is a single file, or multiple files containing data that can be combined (same number of data points, same x-axis range, same type of data), the output is a dataset object. If the input consists of multiple files, but the data cannot be combined, the output is a cell array with a dataset object for each input file (see the nonmatching option defined above)

See Also

asfreadr, editds, jcampreadr, spcreadr, xclreadr