GSTools
A set of matlab functions to read, write and deal with .spc spectra and spectral descriptions
Author: Kris De Gussem
Oops, I'm sorry. I was inputting the wrong compatibility. Never mind.
15 Dec 2010
GSTools
A set of matlab functions to read, write and deal with .spc spectra and spectral descriptions
Author: Kris De Gussem
This is exactly what I was looking for! Unfortunately, when I try to import multiple files, I get the following error:
EDU>> GSImportspec()
Warning: Multifile flag is set. But SPC-file does not contain multiple spectra.
> In GSSpcRead at 236
In GSImportspec at 245
??? Subscripted assignment between dissimilar structures.
Error in ==> GSImportspec at 245
spectra(i) = GSSpcRead (spcfiles(i).name, -1, 0);