Pdfreadr
Jump to navigation
Jump to search
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)