Pdfreadr

From Eigenvector Research Documentation Wiki
Revision as of 16:53, 28 August 2009 by imported>Scott (New page: ===Purpose=== Reads Hamilton Sundstrand PIONIR PDF files. ===Synopsis=== :out = pdfreadr :out = pdfreadr('filename') :out = pdfreadr({'filename' 'filename2'}) ===Description=== Descri...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Reads Hamilton Sundstrand 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