ini2struct

Parses .ini file into a structure

現在この提出コンテンツをフォロー中です。

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 (2026). ini2struct (https://jp.mathworks.com/matlabcentral/fileexchange/45725-ini2struct), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: struct2ini, ini2struct, INI Config

ヒントを与えたファイル: Machine_learning_PRTools.zip

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0