| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| R2010b Documentation → Bioinformatics Toolbox |
| Contents | Index |
| Learn more about Bioinformatics Toolbox |
InfoStruct = tgspcinfo(File)
InfoStruct = tgspcinfo(File) returns a MATLAB structure containing summary information about a Galactic SPC file from Thermo Scientific®.
File |
String specifying a file name or path and file name of an SPC file. If you specify only a file name, that file must be on the MATLAB search path or in the current folder. |
InfoStruct |
MATLAB structure containing the following fields:
|
The SPC file, sample.spc, used in the following example is not provided with the Bioinformatics Toolbox software. You can download sample files from:
https://ftirsearch.com/default3.htm
Return information about an SPC file:
% Return information about an SPC file named sample.spc
info = tgspcinfo('sample.spc')
Reading header for file: SAMPLE.SPC
File contains 1 scans
info =
Filename: 'SAMPLE.SPC'
FileSize: 48380
ExperimentType: 'General SPC'
NumDataPoints: 12031
XFirst: 6.2998e+003
XLast: 499.9531
NumScans: 1
XLabel: 'Wavenumber (cm-1)'
YLabel: 'Absorbance'
ZLabel: 'Arbitrary'
CollectionTime: '08-Mar-1993 15:13:00'
CollectionTimeDatenum: 7.2800e+005
Resolution: ' .00 '
SourceInstrument: ''
InterferogramPeakPointNumber: 0
Comment: [1x74 char]
CustomAxisUnitLabel: ''
SubScanHeaders: [1x1 struct]
ZValues: 0

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |