Skip to content

jerelbn/yamlmatlab

Repository files navigation

YAMLMatlab

This imports YAML files into MATLAB. I found this on the Google Code Archive. I've copied it here so that it can be easily be submoduled into other projects.

Usage

  1. Add the path to this cloned repository: addpath('path/to/this/repo')
  2. Reading: YamlStruct = ReadYaml('filename.yaml')
  3. Writing:
    • Create struct: x.name = 'Martin'
    • Create YAML: WriteYaml('filename.yaml',x)

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published