Read and Write YAML files
Versione 1.1.2.0 (293 KB) da
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
Cita come
Serge (2024). Read and Write YAML files (https://github.com/serg3y/MatLab-YAML/releases/tag/1.1.2), GitHub. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2023a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
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 |
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.