-
Notifications
You must be signed in to change notification settings - Fork 21
Import
James Dillon edited this page Feb 11, 2018
·
11 revisions
Use the import method to load raw data into the MATLAB workspace. Supported file extensions are listed in the chart below.
data = obj.import(filetype, 'OptionName', optionvalue)| Name | Value | Description |
|---|---|---|
filetype
|
string |
Supported file extensions (e.g. '.CDF', '.D', '.RAW')
|
| Name | Value | Description |
|---|---|---|
'append'
|
structure | Append new data to an existing data structure |
'precision'
|
integer | Maximum number of decimal places allowed for m/z values |
'progress'
|
'on', 'off'
|
Displays import progress in the command window |
| Type | Extension | Instrument | Model* | |
|---|---|---|---|---|
Agilent
|
.D
|
HPLC | MS | 6100 Series |
| GC | 5970 Series |
|||
Thermo
|
.RAW
|
HPLC | MS |
LCQ XP, LTQ XL
|
| MS/MS | ||||
netCDF
|
.CDF
|
HPLC | MS |
Agilent, Thermo, Bruker, Waters
|
| GC | ||||