Read and Write YAML files

版本 1.1.2.0 (292.7 KB) 作者: Serge
Simple MatLab functions for reading and writing YAML files that use SnakeYAML (Java)
171.0 次下载
更新时间 2023/6/29
yamlread.m
%Convert YAML text to data (uses SnakeYAML).
% data = yamlread(yaml) -yaml string or location of yaml file
% data = yamlread(yaml,join) -join cells where possible (default:0)
yamlwrite.m
%Convert data to YAML text (uses SnakeYAML).
% txt = yamlwrite(data) -encode data into yaml string
% yamlwrite(data,file) -write data to yaml file

引用格式

Serge (2024). Read and Write YAML files (https://github.com/serg3y/MatLab-YAML/releases/tag/1.1.2), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

See release notes for this release on GitHub: https://github.com/serg3y/MatLab-YAML/releases/tag/1.1.2

1.1.1.0

See release notes for this release on GitHub: https://github.com/serg3y/MatLab-YAML/releases/tag/1.1.1

1.1.0.0

See release notes for this release on GitHub: https://github.com/serg3y/MatLab-YAML/releases/tag/1.1

1.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库