ini2struct

版本 1.0.0.0 (1.4 KB) 作者: freeb
Parses .ini file into a structure
1.3K 次下载
更新时间 2014/3/3

查看许可证

This function parses a .ini file
and returns a structure with section names and keys as fields.
Based on init2struct.m by Andriy Nych
Updated to allow in-line comments, remove optional text-quotes, keep case and convert numeric values. Only 45 LoC.

Param A = 5 4 3 # data: any numeric type
[My app] # spaces allowed everywhere
Title b = Cool program # text: no, single or double quote

struct = ini2struct('example.ini')

struct.ParamA: [5 4 3]
struct.MyApp.TitleB: 'Cool program'

引用格式

freeb (2024). ini2struct (https://www.mathworks.com/matlabcentral/fileexchange/45725-ini2struct), MATLAB Central File Exchange. 检索来源 .

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

参考作品: struct2ini, ini2struct, INI Config

启发作品: Machine_learning_PRTools.zip

Community Treasure Hunt

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

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