Skip to content
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.

Contents

  1. Syntax
  2. Input
  3. Options
  4. Compatibility
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
*Compatibility confirmed, but potentially not limited to. Please submit any issues or file type requests here.
Clone this wiki locally