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)
499.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 (2026). Read and Write YAML files (https://github.com/serg3y/MatLab-YAML/releases/tag/1.1.2), GitHub. 检索时间: .

MATLAB 版本兼容性
创建方式 R2023a
兼容任何版本
平台兼容性
Windows macOS Linux
版本 已发布 发行说明
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 存储库