Read and Write YAML files
Version 1.1.2.0 (293 KB) von
Serge
Simple MatLab functions for reading and writing YAML files that use SnakeYAML (Java)
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
Zitieren als
Serge (2025). Read and Write YAML files (https://github.com/serg3y/MatLab-YAML/releases/tag/1.1.2), GitHub. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2023a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 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 |
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
