Convert Licor 81x file to Matlab structure

版本 1.0.0.0 (2.0 KB) 作者: Jack Peterson
Converts a .81x Licor file to a Matlab structure
208.0 次下载
更新时间 2013/5/8

查看许可证

licorify.m converts .81x Licor files into a Matlab structure (licor),
which is organized as follows:

- licor.headers: Structure containing the 31-row header block from the .81x
file; i.e., the 'TSource' data is stored in licor.headers.TSource

- licor.footers: Structure containing the 23-row footer block, organized in
the same way as licor.headers

The rest of the licor structure is the data, which is stored in two
different ways, for your viewing convenience:

FIRST METHOD:

- licor.colheaders is a cell array, where each cell contains a header
for one of the columns (e.g., 'Etime' or 'Tcham')

- licor.data is a cell array, where each cell contains a data column.
licor.colheaders and licor.data are indexed in the same way, so
licor.colheaders{1} is 'Type' and licor.data{1} is the corresponding
column of data

SECOND METHOD:

Each column header is used as a structure name, and the corresponding
column of data is the structure value. e.g., the 'Pressure' data column
is stored as licor.Pressure

引用格式

Jack Peterson (2025). Convert Licor 81x file to Matlab structure (https://ww2.mathworks.cn/matlabcentral/fileexchange/41677-convert-licor-81x-file-to-matlab-structure), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Cell Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0