![]() |
![]() |
|
PLS_Toolbox Documentation: mtfreadr | < mscorr | ncrossval > |
mtfreadr
Purpose
Read AdventaCT Multi-Trace Format (MTF) files.
Synopsis
[data,lotinfo] = mtfreadr(filename,combine)
Description
Generic reader for AdventaCT Multi-Trace Format (MTF) files. Input is an optional filename filename If omitted, user is prompted to locate file. An optional input combine is a string instructing how to combine multiple traces found in the mtf file:
The output data is either a DSO (3-way DSO if multiple traces were found) or a cell array containing all the trace DSOs. Note that if a given trace does not have a sufficient number of columns in all rows, column contents may be scrambed from the dropped point down. In this situation, a warning will be given.
See Also
areadr, spcreadr, xclgetdata, xclputdata, xclreadr
< mscorr | ncrossval > |