ini2struct

버전 1.0.0.0 (1.36 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