Read and Write YAML files

バージョン 1.1.2.0 (293 KB) 作成者: Serge
Simple MatLab functions for reading and writing YAML files that use SnakeYAML (Java)
ダウンロード: 373
更新 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 (2025). 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 リポジトリにアクセスしてください。