Skip to content

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages