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>Scott
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Purpose===
===Purpose===


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


===Synopsis===
===Synopsis===
Line 11: Line 11:
===Description===
===Description===


Description of the function and optionally include other things.
Importer for AIT PIONIR PDF files.


====Inputs====
====Inputs====
Line 21: Line 21:
===See Also===
===See Also===


[[asfreadr]], [[editds]], [[jcampreadr]], [[spcreadr]], [[xclreadr]]
[[Data Importing Formats]], [[asdreadr]], [[asfreadr]], [[fluoromaxreadr]], [[gwscanreadr]], [[hjyreadr]], [[jcampreadr]],
[[opusreadr]], [[pdfreadr]], [[pereadr]], [[spareadr]], [[spcreadr]], [[writeasf]], [[xclreadr]]

Latest revision as of 10:16, 14 June 2013

Purpose

Reads AIT PIONIR PDF files.

Synopsis

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

Description

Importer for AIT PIONIR PDF files.

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

Data Importing Formats, asdreadr, asfreadr, fluoromaxreadr, gwscanreadr, hjyreadr, jcampreadr, opusreadr, pdfreadr, pereadr, spareadr, spcreadr, writeasf, xclreadr